GET Studies?idFilter={idFilter}&statusMask={statusMask}&clientCompanyKey={clientCompanyKey}
Get all Studies
The list of Studies returned may be optionally filtered by id, status, and client company.
When filtering by id the asterisk * character may optionally be used as a leading or trailing wildcard.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idFilter |
If omitted, the returned Studies are not filtered by id.
|
string |
None. |
statusMask |
If omitted, Studies with any status are returned.
|
string |
None. |
clientCompanyKey |
If omitted or null, the Studies returned are not filtered by Company. |
integer |
None. |
Body Parameters
None.
Response Information
Get all Studies
The list of Studies returned may be optionally filtered by id, status, and client company.
When filtering by id the asterisk * character may optionally be used as a leading or trailing wildcard.
Name | Description | Type | Additional information |
---|---|---|---|
studies |
A list of Studies. |
Collection of Study |
Required |
errors |
If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages. |
Collection of string |
None. |