GET types/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TypeEx| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Description | string |
None. |
|
| Scope | string |
None. |
|
| Label | string |
None. |
|
| Term | string |
None. |
|
| Category | integer |
None. |
|
| RequiredFileCount | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Description": "sample string 2",
"Scope": "sample string 3",
"Label": "sample string 4",
"Term": "sample string 5",
"Category": 1,
"RequiredFileCount": "sample string 6"
}
application/xml, text/xml
Sample:
<TypeEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TwoDoIT.TenantApp.Common"> <Category>1</Category> <Description>sample string 2</Description> <Id>1</Id> <Label>sample string 4</Label> <RequiredFileCount>sample string 6</RequiredFileCount> <Scope>sample string 3</Scope> <Term>sample string 5</Term> </TypeEx>