GET api/v1/viktor/agencies
Get Viktor Agencies for the current user's
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ViktorAgency| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Theme | string |
None. |
|
| Logo | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"id": 1,
"name": "sample string 2",
"theme": "sample string 3",
"logo": "sample string 4"
},
{
"id": 1,
"name": "sample string 2",
"theme": "sample string 3",
"logo": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfViktorAgency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VOL.API.Models">
<ViktorAgency>
<Id>1</Id>
<Logo>sample string 4</Logo>
<Name>sample string 2</Name>
<Theme>sample string 3</Theme>
</ViktorAgency>
<ViktorAgency>
<Id>1</Id>
<Logo>sample string 4</Logo>
<Name>sample string 2</Name>
<Theme>sample string 3</Theme>
</ViktorAgency>
</ArrayOfViktorAgency>