GET api/users/recalcAssignment?userRoleId={userRoleId}
Retrieves assignment details (FTE and DaysAvailable) for a specific user role.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userRoleId |
The ID of the user role whose assignment details are to be retrieved. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with FTE and DaysAvailable values. On failure: HTTP 400 Bad Request if an error occurs during processing.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}