GET api/v1/IR/LoadAreas/{secret}/{companyId}/{bookletId}/{deviceType}/{deviceModel}/{osVersion}/{screenName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
secret | string |
Required |
|
companyId | string |
Required |
|
bookletId | string |
Required |
|
deviceType | string |
Required |
|
deviceModel | string |
Required |
|
osVersion | string |
Required |
|
screenName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ContentAreaModelResultName | Description | Type | Additional information |
---|---|---|---|
areas | Collection of AreaViewModel |
None. |
|
Status | integer |
None. |
|
StatusText | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "areas": [ { "AreaGuid": "e13b7923-47d9-4683-b40a-14ee740d8112", "Name": "sample string 2", "Identifier": "sample string 3", "Latitude": 4.1, "Longitude": 5.1, "Timestamp": "2024-12-22T04:24:02.964687+01:00", "UpdatedOn": "2024-12-22T04:24:02.964687+01:00", "BookletGuid": "b10f2341-c7ec-44df-8c5a-4a62b5ef5aee" }, { "AreaGuid": "e13b7923-47d9-4683-b40a-14ee740d8112", "Name": "sample string 2", "Identifier": "sample string 3", "Latitude": 4.1, "Longitude": 5.1, "Timestamp": "2024-12-22T04:24:02.964687+01:00", "UpdatedOn": "2024-12-22T04:24:02.964687+01:00", "BookletGuid": "b10f2341-c7ec-44df-8c5a-4a62b5ef5aee" } ], "Status": 1, "StatusText": "sample string 2" }
application/xml, text/xml
Sample:
<ContentAreaModelResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mofr.Data.ViewModels"> <Status xmlns="http://schemas.datacontract.org/2004/07/Mofr.Data">1</Status> <StatusText xmlns="http://schemas.datacontract.org/2004/07/Mofr.Data">sample string 2</StatusText> <areas> <AreaViewModel> <AreaGuid>e13b7923-47d9-4683-b40a-14ee740d8112</AreaGuid> <BookletGuid>b10f2341-c7ec-44df-8c5a-4a62b5ef5aee</BookletGuid> <Identifier>sample string 3</Identifier> <Latitude>4.1</Latitude> <Longitude>5.1</Longitude> <Name>sample string 2</Name> <Timestamp>2024-12-22T04:24:02.964687+01:00</Timestamp> <UpdatedOn>2024-12-22T04:24:02.964687+01:00</UpdatedOn> </AreaViewModel> <AreaViewModel> <AreaGuid>e13b7923-47d9-4683-b40a-14ee740d8112</AreaGuid> <BookletGuid>b10f2341-c7ec-44df-8c5a-4a62b5ef5aee</BookletGuid> <Identifier>sample string 3</Identifier> <Latitude>4.1</Latitude> <Longitude>5.1</Longitude> <Name>sample string 2</Name> <Timestamp>2024-12-22T04:24:02.964687+01:00</Timestamp> <UpdatedOn>2024-12-22T04:24:02.964687+01:00</UpdatedOn> </AreaViewModel> </areas> </ContentAreaModelResult>