GET api/Sites/FullSite/{siteId}
Get Specific FullSite of given SiteId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
siteId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FullSitesName | Description | Type | Additional information |
---|---|---|---|
Site | Sites |
None. |
|
EmployesOfSite | Collection of Employes |
None. |
|
DocUtilsOfSite | Collection of Documents |
None. |
Response Formats
application/json, text/json
Sample:
{ "Site": { "SiteId": 1, "CompanyId": 2, "Name": "sample string 3", "Localisation": "sample string 4", "AppTemplateId": "d3a04f78-94b9-41ab-a403-7be44f901cf7", "LastChanged": "2025-08-14T03:22:31.76197+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 }, "EmployesOfSite": [ { "EmployesId": 1, "FirstName": "sample string 2", "LastName": "sample string 3", "Sex": "sample string 4", "HiredDate": "2025-08-14T03:22:31.76197+00:00", "Workplace": "sample string 5", "Login": "sample string 6", "Telephone": "sample string 7", "Mail": "sample string 8", "SiteId": 9, "AspNetUserId": "sample string 10", "CompanyId": 11, "CompanyRankId": 12, "WorkFamillyId": 13, "WorkFunctionId": 14, "LastChanged": "2025-08-14T03:22:31.76197+00:00", "FirstConnexion": "2025-08-14T03:22:31.76197+00:00", "LastConnexion": "2025-08-14T03:22:31.76197+00:00", "Hobby": "sample string 16", "LastChange_AuthorId": 1, "Token_Regeneration": true, "Display_Phone": true, "Display_Mail": true, "ByPass_Moderation": true, "Role": "sample string 21", "UserTemplateId": "214cc8a5-5243-4fc2-9a7c-191cdee9db1c", "LanguageId": 1, "IsVisibleInApp": true }, { "EmployesId": 1, "FirstName": "sample string 2", "LastName": "sample string 3", "Sex": "sample string 4", "HiredDate": "2025-08-14T03:22:31.76197+00:00", "Workplace": "sample string 5", "Login": "sample string 6", "Telephone": "sample string 7", "Mail": "sample string 8", "SiteId": 9, "AspNetUserId": "sample string 10", "CompanyId": 11, "CompanyRankId": 12, "WorkFamillyId": 13, "WorkFunctionId": 14, "LastChanged": "2025-08-14T03:22:31.76197+00:00", "FirstConnexion": "2025-08-14T03:22:31.76197+00:00", "LastConnexion": "2025-08-14T03:22:31.76197+00:00", "Hobby": "sample string 16", "LastChange_AuthorId": 1, "Token_Regeneration": true, "Display_Phone": true, "Display_Mail": true, "ByPass_Moderation": true, "Role": "sample string 21", "UserTemplateId": "214cc8a5-5243-4fc2-9a7c-191cdee9db1c", "LanguageId": 1, "IsVisibleInApp": true } ], "DocUtilsOfSite": [ { "DocumentId": "c66871be-91d8-41e2-b223-28d367ecfe5b", "DocumentTypeId": 2, "Name": "sample string 3", "PublishedDate": "2025-08-14T03:22:31.76197+00:00", "LastChanged": "2025-08-14T03:22:31.76197+00:00", "LastChange_AuthorId": 1, "ViewCount": 1, "Url_Min": "sample string 6", "Url_Mobile": "sample string 7", "Url_Web": "sample string 8", "Url_Origin": "sample string 9", "IsTargetDoc": true, "IsShareable": true }, { "DocumentId": "c66871be-91d8-41e2-b223-28d367ecfe5b", "DocumentTypeId": 2, "Name": "sample string 3", "PublishedDate": "2025-08-14T03:22:31.76197+00:00", "LastChanged": "2025-08-14T03:22:31.76197+00:00", "LastChange_AuthorId": 1, "ViewCount": 1, "Url_Min": "sample string 6", "Url_Mobile": "sample string 7", "Url_Web": "sample string 8", "Url_Origin": "sample string 9", "IsTargetDoc": true, "IsShareable": true } ] }
application/xml, text/xml
Sample:
<FullSites xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <DocUtilsOfSite> <Documents> <DocumentId>c66871be-91d8-41e2-b223-28d367ecfe5b</DocumentId> <DocumentTypeId>2</DocumentTypeId> <IsShareable>true</IsShareable> <IsTargetDoc>true</IsTargetDoc> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:22:31.76197+00:00</LastChanged> <Name>sample string 3</Name> <PublishedDate>2025-08-14T03:22:31.76197+00:00</PublishedDate> <Url_Min>sample string 6</Url_Min> <Url_Mobile>sample string 7</Url_Mobile> <Url_Origin>sample string 9</Url_Origin> <Url_Web>sample string 8</Url_Web> <ViewCount>1</ViewCount> </Documents> <Documents> <DocumentId>c66871be-91d8-41e2-b223-28d367ecfe5b</DocumentId> <DocumentTypeId>2</DocumentTypeId> <IsShareable>true</IsShareable> <IsTargetDoc>true</IsTargetDoc> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:22:31.76197+00:00</LastChanged> <Name>sample string 3</Name> <PublishedDate>2025-08-14T03:22:31.76197+00:00</PublishedDate> <Url_Min>sample string 6</Url_Min> <Url_Mobile>sample string 7</Url_Mobile> <Url_Origin>sample string 9</Url_Origin> <Url_Web>sample string 8</Url_Web> <ViewCount>1</ViewCount> </Documents> </DocUtilsOfSite> <EmployesOfSite> <Employes> <AspNetUserId>sample string 10</AspNetUserId> <ByPass_Moderation>true</ByPass_Moderation> <CompanyId>11</CompanyId> <CompanyRankId>12</CompanyRankId> <Display_Mail>true</Display_Mail> <Display_Phone>true</Display_Phone> <EmployesId>1</EmployesId> <FirstConnexion>2025-08-14T03:22:31.76197+00:00</FirstConnexion> <FirstName>sample string 2</FirstName> <HiredDate>2025-08-14T03:22:31.76197+00:00</HiredDate> <Hobby>sample string 16</Hobby> <IsVisibleInApp>true</IsVisibleInApp> <LanguageId>1</LanguageId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:22:31.76197+00:00</LastChanged> <LastConnexion>2025-08-14T03:22:31.76197+00:00</LastConnexion> <LastName>sample string 3</LastName> <Login>sample string 6</Login> <Mail>sample string 8</Mail> <Role>sample string 21</Role> <Sex>sample string 4</Sex> <SiteId>9</SiteId> <Telephone>sample string 7</Telephone> <Token_Regeneration>true</Token_Regeneration> <UserTemplateId>214cc8a5-5243-4fc2-9a7c-191cdee9db1c</UserTemplateId> <WorkFamillyId>13</WorkFamillyId> <WorkFunctionId>14</WorkFunctionId> <Workplace>sample string 5</Workplace> </Employes> <Employes> <AspNetUserId>sample string 10</AspNetUserId> <ByPass_Moderation>true</ByPass_Moderation> <CompanyId>11</CompanyId> <CompanyRankId>12</CompanyRankId> <Display_Mail>true</Display_Mail> <Display_Phone>true</Display_Phone> <EmployesId>1</EmployesId> <FirstConnexion>2025-08-14T03:22:31.76197+00:00</FirstConnexion> <FirstName>sample string 2</FirstName> <HiredDate>2025-08-14T03:22:31.76197+00:00</HiredDate> <Hobby>sample string 16</Hobby> <IsVisibleInApp>true</IsVisibleInApp> <LanguageId>1</LanguageId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:22:31.76197+00:00</LastChanged> <LastConnexion>2025-08-14T03:22:31.76197+00:00</LastConnexion> <LastName>sample string 3</LastName> <Login>sample string 6</Login> <Mail>sample string 8</Mail> <Role>sample string 21</Role> <Sex>sample string 4</Sex> <SiteId>9</SiteId> <Telephone>sample string 7</Telephone> <Token_Regeneration>true</Token_Regeneration> <UserTemplateId>214cc8a5-5243-4fc2-9a7c-191cdee9db1c</UserTemplateId> <WorkFamillyId>13</WorkFamillyId> <WorkFunctionId>14</WorkFunctionId> <Workplace>sample string 5</Workplace> </Employes> </EmployesOfSite> <Site> <Adress>sample string 9</Adress> <AppTemplateId>d3a04f78-94b9-41ab-a403-7be44f901cf7</AppTemplateId> <CompanyId>2</CompanyId> <Country>sample string 7</Country> <LanguageId>1</LanguageId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:22:31.76197+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> </FullSites>