Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of documentation types.
Collection of Pico.DocumentationType| Name | Description | Type | Additional information |
|---|---|---|---|
| description |
Gets or sets the description. |
string |
None. |
| isActive |
Gets or sets a value indicating whether this is active. |
boolean |
None. |
| id |
Gets or sets the documentation type identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"description": "sample String 1",
"isActive": true,
"id": "3"
},
{
"description": "sample String 1",
"isActive": true,
"id": "3"
}
]
text/html
Sample:
[{"description":"sample String 1","isActive":true,"id":"3"},{"description":"sample String 1","isActive":true,"id":"3"}]
application/xml, text/xml
Sample:
<ArrayOfDocumentationType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DocumentationType>
<Description>sample String 1</Description>
<IsActive>true</IsActive>
<DocumentationTypeId>3</DocumentationTypeId>
</DocumentationType>
<DocumentationType>
<Description>sample String 1</Description>
<IsActive>true</IsActive>
<DocumentationTypeId>3</DocumentationTypeId>
</DocumentationType>
</ArrayOfDocumentationType>