GET api/Sites/PagedSitesOfCompany?CompanyId={CompanyId}&PageNumber={PageNumber}&PageSize={PageSize}&SearchParam={SearchParam}
Get All Site of Company With Pagination
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| SearchParam | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of TileSites| Name | Description | Type | Additional information |
|---|---|---|---|
| Site | Sites |
None. |
|
| TotalEmployes | integer |
None. |
|
| LogoOfSite | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Site": {
"SiteId": 1,
"CompanyId": 2,
"Name": "sample string 3",
"Localisation": "sample string 4",
"AppTemplateId": "eae1b55d-4fcb-45f8-8ae3-01944c43d707",
"LastChanged": "2026-01-10T04:43:10.5187254+00:00",
"Country": "sample string 7",
"Town": "sample string 8",
"Adress": "sample string 9",
"PostalCode": "sample string 10",
"Phone": "sample string 11",
"Mail": "sample string 12",
"Website": "sample string 13",
"LanguageId": 1,
"LastChange_AuthorId": 1
},
"TotalEmployes": 1,
"LogoOfSite": "sample string 2"
},
{
"Site": {
"SiteId": 1,
"CompanyId": 2,
"Name": "sample string 3",
"Localisation": "sample string 4",
"AppTemplateId": "eae1b55d-4fcb-45f8-8ae3-01944c43d707",
"LastChanged": "2026-01-10T04:43:10.5187254+00:00",
"Country": "sample string 7",
"Town": "sample string 8",
"Adress": "sample string 9",
"PostalCode": "sample string 10",
"Phone": "sample string 11",
"Mail": "sample string 12",
"Website": "sample string 13",
"LanguageId": 1,
"LastChange_AuthorId": 1
},
"TotalEmployes": 1,
"LogoOfSite": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfTileSites xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
<TileSites>
<LogoOfSite>sample string 2</LogoOfSite>
<Site>
<Adress>sample string 9</Adress>
<AppTemplateId>eae1b55d-4fcb-45f8-8ae3-01944c43d707</AppTemplateId>
<CompanyId>2</CompanyId>
<Country>sample string 7</Country>
<LanguageId>1</LanguageId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-01-10T04:43:10.5187254+00:00</LastChanged>
<Localisation>sample string 4</Localisation>
<Mail>sample string 12</Mail>
<Name>sample string 3</Name>
<Phone>sample string 11</Phone>
<PostalCode>sample string 10</PostalCode>
<SiteId>1</SiteId>
<Town>sample string 8</Town>
<Website>sample string 13</Website>
</Site>
<TotalEmployes>1</TotalEmployes>
</TileSites>
<TileSites>
<LogoOfSite>sample string 2</LogoOfSite>
<Site>
<Adress>sample string 9</Adress>
<AppTemplateId>eae1b55d-4fcb-45f8-8ae3-01944c43d707</AppTemplateId>
<CompanyId>2</CompanyId>
<Country>sample string 7</Country>
<LanguageId>1</LanguageId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-01-10T04:43:10.5187254+00:00</LastChanged>
<Localisation>sample string 4</Localisation>
<Mail>sample string 12</Mail>
<Name>sample string 3</Name>
<Phone>sample string 11</Phone>
<PostalCode>sample string 10</PostalCode>
<SiteId>1</SiteId>
<Town>sample string 8</Town>
<Website>sample string 13</Website>
</Site>
<TotalEmployes>1</TotalEmployes>
</TileSites>
</ArrayOfTileSites>