GET api/ResourceAPI?projectId={projectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
Collection of workingWeek| Name | Description | Type | Additional information |
|---|---|---|---|
| defaultWeek | boolean |
None. |
|
| wwGUID | string |
None. |
|
| projectIDs | Collection of integer |
None. |
|
| days | Collection of workingDay |
None. |
Request Formats
application/json, text/json, application/scim+json
Sample:
[
{
"defaultWeek": true,
"wwGUID": "sample string 2",
"projectIDs": [
1,
2
],
"days": [
{
"wday": "sample string 1",
"dstarttime": "sample string 2",
"dendtime": "sample string 3",
"isworkingday": true,
"workoutfteminuslunch": true,
"dlunchstart": "sample string 6",
"dluncend": "sample string 7",
"lunchduration": 8.1,
"fte": 9.1
},
{
"wday": "sample string 1",
"dstarttime": "sample string 2",
"dendtime": "sample string 3",
"isworkingday": true,
"workoutfteminuslunch": true,
"dlunchstart": "sample string 6",
"dluncend": "sample string 7",
"lunchduration": 8.1,
"fte": 9.1
}
]
},
{
"defaultWeek": true,
"wwGUID": "sample string 2",
"projectIDs": [
1,
2
],
"days": [
{
"wday": "sample string 1",
"dstarttime": "sample string 2",
"dendtime": "sample string 3",
"isworkingday": true,
"workoutfteminuslunch": true,
"dlunchstart": "sample string 6",
"dluncend": "sample string 7",
"lunchduration": 8.1,
"fte": 9.1
},
{
"wday": "sample string 1",
"dstarttime": "sample string 2",
"dendtime": "sample string 3",
"isworkingday": true,
"workoutfteminuslunch": true,
"dlunchstart": "sample string 6",
"dluncend": "sample string 7",
"lunchduration": 8.1,
"fte": 9.1
}
]
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
workingWeek| Name | Description | Type | Additional information |
|---|---|---|---|
| defaultWeek | boolean |
None. |
|
| wwGUID | string |
None. |
|
| projectIDs | Collection of integer |
None. |
|
| days | Collection of workingDay |
None. |
Response Formats
application/json, text/json, application/scim+json
Sample:
{
"defaultWeek": true,
"wwGUID": "sample string 2",
"projectIDs": [
1,
2
],
"days": [
{
"wday": "sample string 1",
"dstarttime": "sample string 2",
"dendtime": "sample string 3",
"isworkingday": true,
"workoutfteminuslunch": true,
"dlunchstart": "sample string 6",
"dluncend": "sample string 7",
"lunchduration": 8.1,
"fte": 9.1
},
{
"wday": "sample string 1",
"dstarttime": "sample string 2",
"dendtime": "sample string 3",
"isworkingday": true,
"workoutfteminuslunch": true,
"dlunchstart": "sample string 6",
"dluncend": "sample string 7",
"lunchduration": 8.1,
"fte": 9.1
}
]
}