GET api/CodeGroupContents/{Id}?version={version}&codingSystemId={codingSystemId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
version | integer |
Default value is 0 |
|
codingSystemId | integer |
Default value is 3 |
Body Parameters
None.
Response Information
Resource Description
Collection of CodeGroupContentsName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Term | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Code": "sample string 1", "Term": "sample string 2" }, { "Code": "sample string 1", "Term": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfCodeGroupContentsController.CodeGroupContents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QWeb.PublicAPI.Controllers"> <CodeGroupContentsController.CodeGroupContents> <Code>sample string 1</Code> <Term>sample string 2</Term> </CodeGroupContentsController.CodeGroupContents> <CodeGroupContentsController.CodeGroupContents> <Code>sample string 1</Code> <Term>sample string 2</Term> </CodeGroupContentsController.CodeGroupContents> </ArrayOfCodeGroupContentsController.CodeGroupContents>