Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list the doc magic form lists.
Pico.DocMagicFormList| Name | Description | Type | Additional information |
|---|---|---|---|
| description |
Gets or sets the description. |
string |
None. |
| formName |
Gets or sets the form name. |
string |
None. |
| isActive |
Gets or sets a value indicating whether this form is active. |
boolean |
None. |
| shortcut |
Gets or sets a value indicating whether this form has a shortcut. |
boolean |
None. |
| id |
Gets or sets the doc magic form list identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"description": "sample String 1",
"formName": "sample String 2",
"isActive": true,
"shortcut": true,
"id": "5"
}
text/html
Sample:
{"description":"sample String 1","formName":"sample String 2","isActive":true,"shortcut":true,"id":"5"}
application/xml, text/xml
Sample:
<DocMagicFormList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Description>sample String 1</Description> <FormName>sample String 2</FormName> <IsActive>true</IsActive> <Shortcut>true</Shortcut> <DocMagicFormListId>5</DocMagicFormListId> </DocMagicFormList>