New release:
November 9, 2020Additions/ New Features
No features added in this update
Changes/ Bug Fixes
Added 10,000 item limit on POST requests to prevent mis-use of the API.
Tags:
Additions/ New Features
No features added in this update
Changes/ Bug Fixes
Added 10,000 item limit on POST requests to prevent mis-use of the API.
Tags:
New release:
September 25, 2020Additions/ New Features
Added "showdetails" as additional parameter string for call "/search/:itemType" if passed as "true" will return the object's content in place of identifier.
Tags:
API
Changes/ Bug Fixes
No fixes added in this update
Additions/ New Features
Added "showdetails" as additional parameter string for call "/search/:itemType" if passed as "true" will return the object's content in place of identifier.
Tags: API
Changes/ Bug Fixes
No fixes added in this update
New release:
September 21, 2020Additions/ New Features
No features added in this update
Changes/ Bug Fixes
Unfortuntely a system-breaking bug was discovered that in addition to bug fixing required a number of changes to the available endpoints in order to prevent the bug recurring. As a result we determined the best course of action is to get these changes rolled out ASAP, but this does mean that we did not have time to notify users ahead of time. We apologise for the inconvenience - if these changes cause issues with API clients that your centres have implemented, please let us know and we will endeavour to assist in getting you back up and running as quickly as possible.
/xml/:idOrFilename
-parameters startProcedureCount and resultProcedureSize are removed
-specimens[]
, experimentProcedures[]
, lineProcedures[]
.Will return list of ids rather than full information.
/issues/zip/:zipIdOrFilename
-parameters startProcedureCount and resultProcedureSize are removed
-specimens[]
, experimentProcedures[]
, lineProcedures[]
.Will return list of ids rather than full information.
/zip/:zipIdOrFilename/:xmlIdOrFilename
-parameters startProcedureCount and resultProcedureSize are removed
-specimens[]
, experimentProcedures[]
, lineProcedures[]
.Will return list of ids rather than full information.
/specimen/:centre/:specimenId
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be specimens
with additional parameters as centre
.
/specimen/:centre
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be specimens
with additional parameters as createdDateFrom
,createdDateTo
and status
.
Note: isBaseline
parameter cannot be accessed from new endpoint.
/specimen/experimentprocedure/:centre/:specimenId
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be experimentprocedures
with additional parameters as centre
/experimentprocedure/:centre
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be experimentprocedures
with additional parameters as centre
/lineprocedure/:colonyId
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be “lineprocedures” with parameter as colonyId
/lineproc/:centre
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be “lineprocedures” with parameter as centre
, createdDateFrom
,createdDateTo
and status
.
/item/:itemType/:id
-New endpoint
/item/:itemType/multiple
(POST)
-New endpoint
/search/:itemType
-New endpoint
Tags:
Additions/ New Features
No features added in this update
Changes/ Bug Fixes
Unfortuntely a system-breaking bug was discovered that in addition to bug fixing required a number of changes to the available endpoints in order to prevent the bug recurring. As a result we determined the best course of action is to get these changes rolled out ASAP, but this does mean that we did not have time to notify users ahead of time. We apologise for the inconvenience - if these changes cause issues with API clients that your centres have implemented, please let us know and we will endeavour to assist in getting you back up and running as quickly as possible.
/xml/:idOrFilename
-parameters startProcedureCount and resultProcedureSize are removed
-specimens[]
, experimentProcedures[]
, lineProcedures[]
.Will return list of ids rather than full information.
/issues/zip/:zipIdOrFilename
-parameters startProcedureCount and resultProcedureSize are removed
-specimens[]
, experimentProcedures[]
, lineProcedures[]
.Will return list of ids rather than full information.
/zip/:zipIdOrFilename/:xmlIdOrFilename
-parameters startProcedureCount and resultProcedureSize are removed
-specimens[]
, experimentProcedures[]
, lineProcedures[]
.Will return list of ids rather than full information.
/specimen/:centre/:specimenId
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be specimens
with additional parameters as centre
.
/specimen/:centre
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be specimens
with additional parameters as createdDateFrom
,createdDateTo
and status
.
Note: isBaseline
parameter cannot be accessed from new endpoint.
/specimen/experimentprocedure/:centre/:specimenId
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be experimentprocedures
with additional parameters as centre
/experimentprocedure/:centre
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be experimentprocedures
with additional parameters as centre
/lineprocedure/:colonyId
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be “lineprocedures” with parameter as colonyId
/lineproc/:centre
(Removed)
For getting same information need to use new endpoint.
“/search/:procedureType” procedureType would be “lineprocedures” with parameter as centre
, createdDateFrom
,createdDateTo
and status
.
/item/:itemType/:id
-New endpoint
/item/:itemType/multiple
(POST)
-New endpoint
/search/:itemType
-New endpoint
Tags:
New release:
April 7, 2020Additions/ New Features
No features added in this update
Changes/ Bug Fixes
Colony Id information for specimen
Tags:
API
404 error for fetching specific xml details
Tags:
API
Additions/ New Features
No features added in this update
Changes/ Bug Fixes
Colony Id information for specimen
Tags: API
404 error for fetching specific xml details
Tags: API
New release:
March 16, 2020Additions/ New Features
Added statusId and phaseId as additional parameter string for calls "/centre/xml?centre=:shortName", "/specimen/:centre/:specimenId" , "/experimentprocedure/:centre" and "/lineproc/:centre"
Tags:
API
Changes/ Bug Fixes
No fixes added in this update
Additions/ New Features
Added statusId and phaseId as additional parameter string for calls "/centre/xml?centre=:shortName", "/specimen/:centre/:specimenId" , "/experimentprocedure/:centre" and "/lineproc/:centre"
Tags: API
Changes/ Bug Fixes
No fixes added in this update
New release:
March 4, 2020Additions/ New Features
Change in "ageInWeeks" field of "experimentProcedures" datatype. Updating the field "ageInWeeks" to "ageAtExperiment". This will help in returning the correct unit of age on the basis of type of specimen. If it is an embryo or mouse it will return the result in "DPC" and in "weeks" respectively.
Tags:
API
Changes/ Bug Fixes
No fixes added in this update
Additions/ New Features
Change in "ageInWeeks" field of "experimentProcedures" datatype. Updating the field "ageInWeeks" to "ageAtExperiment". This will help in returning the correct unit of age on the basis of type of specimen. If it is an embryo or mouse it will return the result in "DPC" and in "weeks" respectively.
Tags: API
Changes/ Bug Fixes
No fixes added in this update
New release:
January 6, 2020Additions/ New Features
Default pagination is added on procedures/specimens for calls "/issues/zip/:zipIdOrFilename", "/xml/:idOrFilename" and "/zip/:zipIdOrFilename/:xmlIdOrFilename".
Tags:
API
Changes/ Bug Fixes
Fixed listing of files with zip level issue.
Tags:
API
Additions/ New Features
Default pagination is added on procedures/specimens for calls "/issues/zip/:zipIdOrFilename", "/xml/:idOrFilename" and "/zip/:zipIdOrFilename/:xmlIdOrFilename".
Tags: API
Changes/ Bug Fixes
Fixed listing of files with zip level issue.
Tags: API
New release:
November 22, 2019Additions/ New Features
Returning list on the basis of "updatedSinceDate" rather than "createdSinceDate" for few calls.
Tags:
API
Changes/ Bug Fixes
Fixed connection timeout and cache issues.
Tags:
API
Additions/ New Features
Returning list on the basis of "updatedSinceDate" rather than "createdSinceDate" for few calls.
Tags: API
Changes/ Bug Fixes
Fixed connection timeout and cache issues.
Tags: API
New release:
October 2, 2019Additions/ New Features
No features added in this update
Changes/ Bug Fixes
Fixed processing of date for some calls.
Tags:
API
Added lastUpdated field.
Tags:
API
Additions/ New Features
No features added in this update
Changes/ Bug Fixes
Fixed processing of date for some calls.
Tags: API
Added lastUpdated field.
Tags: API