GET project/getProjectFulfilment?Code={Code}&Token={Token}&PageNumber={PageNumber}&PageSize={PageSize}
Retrieve all fulfilments for current project. Privilege "View" of licensed agenda "Projects.Projects" required. Data may also be restricted by record permission "View" of agenda "Projects". Paging supported
Request Information
Authorization
- Authorization by token required
Availability
- Method disabled by configuration
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Code |
Unique identification of the project in the system |
string |
Required String length: inclusive between 0 and 100 |
Token |
The action is authorized by this token. Token should generated by calling action "POST login". Expiration time of each token is 20 seconds |
globally unique identifier |
Required |
PageNumber |
Optional parameter may be omitted. All records are displayed when is omitted otherwise specific page is displayed |
integer |
Matching regular expression pattern: ([0-9]+) |
PageSize |
Optional parameter may be omitted. Define number of records in the page. |
integer |
Matching regular expression pattern: ([0-9]+) |
Body Parameters
None.
Response Information
Response Codes
Http Code | Error Number | Description |
---|---|---|
200 request succesfully done | 0 | Successfully done |
400 bad request | 1002 | Entry parameter missing or parameter bindigs failed |
401 unauthorized | 1000 | Token {0} not found |
401 unauthorized | 1001 | Token {0} already expired |
401 unauthorized | 1006 | Ip filter violated for ip client address [{0}] |
401 unauthorized | 1007 | Ip filter [{0}] parsing failed |
401 unauthorized | 1008 | Request rate policy violated for [{0}] |
403 server refuses to fulfill the request | 1280 | Privilege View of agenda Projects.Projects violated for [{0}] |
403 server refuses to fulfill the request | 1297 | Record permission View of agenda Projects violated for [{0}] |
404 required resource does not exist on the server | 1100 | PersonId [{0}] not found |
415 unsupported Media Type | The request entity has a media type which the server or resource does not support. Only application/json and application/xml are supported | |
500 internal error | Server exception description |
Resource Description
ProjectPrjFulfilmentGetRespName | Description | Type | Additional information |
---|---|---|---|
Code |
Unique identification of the project in the system |
string |
None. |
Fulfilment | Collection of ProjectFulfilment |
None. |
|
Paging | PagingResp |
None. |
Response Formats
application/json
{"Code":"PROJECT CODE 1001","Fulfilment":[{"Code":null,"IsPlan":1,"ItemCode":"KOD 3","PersonID":"X0002","DateFrom":"2019-01-26T00:00:00","DateTo":"2019-01-31T00:00:00","GPSBeginLatitude":"1023.45","GPSBeginLongitude":"2023.45","GPSBeginAccuracy":"3023.45","GPSEndLatitude":"1023.55","GPSEndLongitude":"2023.55","GPSEndAccuracy":"3023.55","Description":"Fulfilment short description","RemarkItem":null,"RemarkPerson":null,"RemarkGPSBegin":null,"RemarkGPSEnd":null,"ManuallyChanged":false,"TimeLastChange":"\/Date(1733227752693)\/"},{"Code":null,"IsPlan":1,"ItemCode":"KOD 3","PersonID":"X0003","DateFrom":"2019-01-28T00:00:00","DateTo":"2019-01-31T00:00:00","GPSBeginLatitude":"1023.45","GPSBeginLongitude":"2023.45","GPSBeginAccuracy":"3023.45","GPSEndLatitude":"1023.55","GPSEndLongitude":"2023.55","GPSEndAccuracy":"3023.55","Description":"Fulfilment short description","RemarkItem":null,"RemarkPerson":null,"RemarkGPSBegin":null,"RemarkGPSEnd":null,"ManuallyChanged":false,"TimeLastChange":"\/Date(1733227752693)\/"},{"Code":null,"IsPlan":1,"ItemCode":"KOD 3","PersonID":"X0001","DateFrom":"2019-01-19T00:00:00","DateTo":"2019-02-28T00:00:00","GPSBeginLatitude":"1023.45","GPSBeginLongitude":"2023.45","GPSBeginAccuracy":"3023.45","GPSEndLatitude":"1023.55","GPSEndLongitude":"2023.55","GPSEndAccuracy":"3023.55","Description":"Fulfilment short description","RemarkItem":null,"RemarkPerson":null,"RemarkGPSBegin":null,"RemarkGPSEnd":null,"ManuallyChanged":false,"TimeLastChange":"\/Date(1733227752693)\/"}],"Paging":{"CurrentPage":1,"PageSize":25,"TotalCount":3,"TotalPages":5}}
application/xml
<Response> <Code>PROJECT CODE 1001</Code> <ProjectFulfilment> <ProjectFulfilment> <IsPlan>1</IsPlan> <ItemCode>KOD 3</ItemCode> <PersonID>X0002</PersonID> <DateFrom>2019-01-26T00:00:00</DateFrom> <DateTo>2019-01-31T00:00:00</DateTo> <GPSBeginLatitude>1023.45</GPSBeginLatitude> <GPSBeginLongitude>2023.45</GPSBeginLongitude> <GPSBeginAccuracy>3023.45</GPSBeginAccuracy> <GPSEndLatitude>1023.55</GPSEndLatitude> <GPSEndLongitude>2023.55</GPSEndLongitude> <GPSEndAccuracy>3023.55</GPSEndAccuracy> <Description>Fulfilment short description</Description> <ManuallyChanged>false</ManuallyChanged> <TimeLastChange>2024-12-03T12:09:12.6939001Z</TimeLastChange> </ProjectFulfilment> <ProjectFulfilment> <IsPlan>1</IsPlan> <ItemCode>KOD 3</ItemCode> <PersonID>X0003</PersonID> <DateFrom>2019-01-28T00:00:00</DateFrom> <DateTo>2019-01-31T00:00:00</DateTo> <GPSBeginLatitude>1023.45</GPSBeginLatitude> <GPSBeginLongitude>2023.45</GPSBeginLongitude> <GPSBeginAccuracy>3023.45</GPSBeginAccuracy> <GPSEndLatitude>1023.55</GPSEndLatitude> <GPSEndLongitude>2023.55</GPSEndLongitude> <GPSEndAccuracy>3023.55</GPSEndAccuracy> <Description>Fulfilment short description</Description> <ManuallyChanged>false</ManuallyChanged> <TimeLastChange>2024-12-03T12:09:12.6939001Z</TimeLastChange> </ProjectFulfilment> <ProjectFulfilment> <IsPlan>1</IsPlan> <ItemCode>KOD 3</ItemCode> <PersonID>X0001</PersonID> <DateFrom>2019-01-19T00:00:00</DateFrom> <DateTo>2019-02-28T00:00:00</DateTo> <GPSBeginLatitude>1023.45</GPSBeginLatitude> <GPSBeginLongitude>2023.45</GPSBeginLongitude> <GPSBeginAccuracy>3023.45</GPSBeginAccuracy> <GPSEndLatitude>1023.55</GPSEndLatitude> <GPSEndLongitude>2023.55</GPSEndLongitude> <GPSEndAccuracy>3023.55</GPSEndAccuracy> <Description>Fulfilment short description</Description> <ManuallyChanged>false</ManuallyChanged> <TimeLastChange>2024-12-03T12:09:12.6939001Z</TimeLastChange> </ProjectFulfilment> </ProjectFulfilment> <Paging> <CurrentPage>1</CurrentPage> <PageSize>25</PageSize> <TotalCount>3</TotalCount> <TotalPages>5</TotalPages> </Paging> </Response>
text/json
{ "Code": "sample string 1", "Fulfilment": [ { "Code": "sample string 1", "IsPlan": 2, "ItemCode": "sample string 3", "PersonID": "sample string 4", "DateFrom": "sample string 5", "DateTo": "sample string 6", "GPSBeginLatitude": "sample string 7", "GPSBeginLongitude": "sample string 8", "GPSBeginAccuracy": "sample string 9", "GPSEndLatitude": "sample string 10", "GPSEndLongitude": "sample string 11", "GPSEndAccuracy": "sample string 12", "Description": "sample string 13", "RemarkItem": "sample string 14", "RemarkPerson": "sample string 15", "RemarkGPSBegin": "sample string 16", "RemarkGPSEnd": "sample string 17", "ManuallyChanged": true, "TimeLastChange": "2024-12-03T17:09:56.1174655+01:00" }, { "Code": "sample string 1", "IsPlan": 2, "ItemCode": "sample string 3", "PersonID": "sample string 4", "DateFrom": "sample string 5", "DateTo": "sample string 6", "GPSBeginLatitude": "sample string 7", "GPSBeginLongitude": "sample string 8", "GPSBeginAccuracy": "sample string 9", "GPSEndLatitude": "sample string 10", "GPSEndLongitude": "sample string 11", "GPSEndAccuracy": "sample string 12", "Description": "sample string 13", "RemarkItem": "sample string 14", "RemarkPerson": "sample string 15", "RemarkGPSBegin": "sample string 16", "RemarkGPSEnd": "sample string 17", "ManuallyChanged": true, "TimeLastChange": "2024-12-03T17:09:56.1174655+01:00" } ], "Paging": { "CurrentPage": 1, "PageSize": 2, "TotalCount": 3, "TotalPages": 4 } }
text/xml
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Code>sample string 1</Code> <ProjectFulfilment> <ProjectFulfilment> <Code>sample string 1</Code> <IsPlan>2</IsPlan> <ItemCode>sample string 3</ItemCode> <PersonID>sample string 4</PersonID> <DateFrom>sample string 5</DateFrom> <DateTo>sample string 6</DateTo> <GPSBeginLatitude>sample string 7</GPSBeginLatitude> <GPSBeginLongitude>sample string 8</GPSBeginLongitude> <GPSBeginAccuracy>sample string 9</GPSBeginAccuracy> <GPSEndLatitude>sample string 10</GPSEndLatitude> <GPSEndLongitude>sample string 11</GPSEndLongitude> <GPSEndAccuracy>sample string 12</GPSEndAccuracy> <Description>sample string 13</Description> <RemarkItem>sample string 14</RemarkItem> <RemarkPerson>sample string 15</RemarkPerson> <RemarkGPSBegin>sample string 16</RemarkGPSBegin> <RemarkGPSEnd>sample string 17</RemarkGPSEnd> <ManuallyChanged>true</ManuallyChanged> <TimeLastChange>2024-12-03T17:09:56.1174655+01:00</TimeLastChange> </ProjectFulfilment> <ProjectFulfilment> <Code>sample string 1</Code> <IsPlan>2</IsPlan> <ItemCode>sample string 3</ItemCode> <PersonID>sample string 4</PersonID> <DateFrom>sample string 5</DateFrom> <DateTo>sample string 6</DateTo> <GPSBeginLatitude>sample string 7</GPSBeginLatitude> <GPSBeginLongitude>sample string 8</GPSBeginLongitude> <GPSBeginAccuracy>sample string 9</GPSBeginAccuracy> <GPSEndLatitude>sample string 10</GPSEndLatitude> <GPSEndLongitude>sample string 11</GPSEndLongitude> <GPSEndAccuracy>sample string 12</GPSEndAccuracy> <Description>sample string 13</Description> <RemarkItem>sample string 14</RemarkItem> <RemarkPerson>sample string 15</RemarkPerson> <RemarkGPSBegin>sample string 16</RemarkGPSBegin> <RemarkGPSEnd>sample string 17</RemarkGPSEnd> <ManuallyChanged>true</ManuallyChanged> <TimeLastChange>2024-12-03T17:09:56.1174655+01:00</TimeLastChange> </ProjectFulfilment> </ProjectFulfilment> <Paging> <CurrentPage>1</CurrentPage> <PageSize>2</PageSize> <TotalCount>3</TotalCount> <TotalPages>4</TotalPages> </Paging> </Response>