...
The following are the URLs for this API.
Environment | URL |
---|---|
UAT | GET https://directory-uat.mi-cie.org/v1/organizations/{id} GET https://directory-uat.mi-cie.org/v1/organizations |
Production | GET https://directory.mi-cie.org/v1/organizations/{id} GET https://directory.mi-cie.org/v1/organizations/ |
Swagger Definitions
The following are the URLs for this API.
Environment | URL |
---|---|
UAT | https://directory-uat.mi-cie.org/v1/swagger#/organizations/{organization_id} |
Headers
The following will be headers that will need to be supplied
Header | Description |
---|---|
x-api-key | This will be a key that will provided by a community information exchange administrator. |
ContentType | application/json |
Authorization | This will be the access token that was retrieved using your client id and secret |
Request
Note that the person ID passed as a parameter in the URL as documented in the REST URL section.
Data Element | Description | Default |
---|---|---|
Path Parameter | ||
| This will be the organization id of the requested record in the directory. *Please note that this is only needed if you want to get a specific organization payload for a ID. | |
Query String | ||
| A query parameter that will filter out the organizations that will be returned. This is an json object and The following lists commonly used query strings used for this API https://brightstreetgroup.atlassian.net/wiki/spaces/CIEP/pages/1580269590/organizations#Common-Queries | |
| This will be which page of data that the user wants to be returned. | Default to Page 1 |
| This will be the number of records that can be queried at a time. The maximum that can be queried is 100. | Default to 10 |
| DESC or ASC default is ASC | |
| Can be sorted by any root field. |
Response
Anchor | ||||
---|---|---|---|---|
|
The following will be the response values from the calling of the API. The error responses will conform ]to the following specification. https://tools.ietf.org/html/rfc7807 .
HTTP Status Code | Description | Response Example | ||
---|---|---|---|---|
200 | Successful retrieval of a service record.
|
|
|
|
| ||||
403 | Request is unauthorized and will not be processed. This will happen if the authorization header does not contain a valid client id and secret.
|
| ||
400 | Request is malformed and will not be processed.
|
| ||
500 | Internal Server Error |
|
Example CURL for this API Call
...