Management APICode lists
List codes of a study code list
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
studyKey*string
Query Parameters
listKey*string
page?integer
page number (starting from 1)
Default
1Range
1 <= valuelimit?integer
maximum number of codes per page
Default
10Range
1 <= valueResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/studies/string/study-code-list/codes?listKey=string"{
"codeList": [
{
"id": "string",
"studyKey": "string",
"listKey": "string",
"code": "string",
"addedAt": "2019-08-24T14:15:22Z"
}
],
"pagination": {
"totalCount": 0,
"currentPage": 0,
"totalPages": 0,
"pageSize": 0
}
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}