GET ticket/startpage/webparts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WebPart| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| apiPath | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"name": "sample string 2",
"apiPath": "sample string 3"
},
{
"id": 1,
"name": "sample string 2",
"apiPath": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfWebPart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tiszamozi_API.Models">
<WebPart>
<apiPath>sample string 3</apiPath>
<id>1</id>
<name>sample string 2</name>
</WebPart>
<WebPart>
<apiPath>sample string 3</apiPath>
<id>1</id>
<name>sample string 2</name>
</WebPart>
</ArrayOfWebPart>