Resource Requests are used as a method for a requestor to ask an approver to staff a resource. Resource Requests are associated to a workspace resource and must have an approver associated.
Returns resource requests visible to the logged in user by default. When pending_requests_only
filter is set
to true, the endpoint returns only pending resource requests.
This endpoint returns structured Resource Requests objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the resource_requests
top-level JSON key.
Please see our Response Format section for more information.
created_after | string <date-time> Filter for records created after a specified datetime. The datetime must be in ISO 8601 format. |
created_before | string <date-time> Filter for records created before a specified datetime. The datetime must be in ISO 8601 format. |
include | string Any of the below associations can be included in your request by providing the
|
only | string Allows you to request one or more resources directly by ID. Multiple IDs can be supplied
in a comma separated list, like |
page | integer <int32> Default: 1 |
pending_requests_only | boolean Returns only the pending resource requests. |
per_page | integer <int32> <= 200 Default: 20 |
requests_for_approver | string Returns only the requests where the specified user is the approver. |
updated_after | string <date-time> Filter for records updated after a specified datetime. The datetime must be in ISO 8601 format. |
updated_before | string <date-time> Filter for records updated before a specified datetime. The datetime must be in ISO 8601 format. |
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "resource_requests": {
- "property1": {
- "approver_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "resource_id": "string",
- "status": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "approver_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "resource_id": "string",
- "status": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "workspace_resources": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_value_ids": [
- "string"
], - "display_label": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "label": "string",
- "organization_membership_id": "string",
- "participation_id": "string",
- "photo_path": "string",
- "resource_bill_rate": 0,
- "resource_cost_rate": 0,
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": 0,
- "workspace_title": "string"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_value_ids": [
- "string"
], - "display_label": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "label": "string",
- "organization_membership_id": "string",
- "participation_id": "string",
- "photo_path": "string",
- "resource_bill_rate": 0,
- "resource_cost_rate": 0,
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": 0,
- "workspace_title": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
This endpoint returns structured Resource Requests objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the resource_requests
top-level JSON key.
Please see our Response Format section for more information.
object | |||||||||||||||||
|
{- "resource_request": {
- "resource_id": 0,
- "resource_workspace_id": 0,
- "resource_role_id": 0,
- "approver_ids": [
- 0
], - "workspace_allocation_start_date": "2019-08-24",
- "workspace_allocation_end_date": "2019-08-24",
- "workspace_allocation_percentage": 0,
- "custom_fields": [
- {
- "custom_field_id": 0,
- "value": "string"
}
]
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "resource_requests": {
- "property1": {
- "approver_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "resource_id": "string",
- "status": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "approver_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "resource_id": "string",
- "status": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "workspace_resources": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_value_ids": [
- "string"
], - "display_label": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "label": "string",
- "organization_membership_id": "string",
- "participation_id": "string",
- "photo_path": "string",
- "resource_bill_rate": 0,
- "resource_cost_rate": 0,
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": 0,
- "workspace_title": "string"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_value_ids": [
- "string"
], - "display_label": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "label": "string",
- "organization_membership_id": "string",
- "participation_id": "string",
- "photo_path": "string",
- "resource_bill_rate": 0,
- "resource_cost_rate": 0,
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": 0,
- "workspace_title": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
This endpoint returns structured Resource Requests objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the resource_requests
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "resource_requests": {
- "property1": {
- "approver_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "resource_id": "string",
- "status": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "approver_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "resource_id": "string",
- "status": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "workspace_resources": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_value_ids": [
- "string"
], - "display_label": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "label": "string",
- "organization_membership_id": "string",
- "participation_id": "string",
- "photo_path": "string",
- "resource_bill_rate": 0,
- "resource_cost_rate": 0,
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": 0,
- "workspace_title": "string"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_value_ids": [
- "string"
], - "display_label": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "label": "string",
- "organization_membership_id": "string",
- "participation_id": "string",
- "photo_path": "string",
- "resource_bill_rate": 0,
- "resource_cost_rate": 0,
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": 0,
- "workspace_title": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
This endpoint returns structured Resource Requests objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the resource_requests
top-level JSON key.
Please see our Response Format section for more information.
{- "resource_request": {
- "request_resolution_status": "string",
- "user_id": 0,
- "allocations_state": true
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "resource_requests": {
- "property1": {
- "approver_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "resource_id": "string",
- "status": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "approver_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "resource_id": "string",
- "status": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "workspace_resources": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_value_ids": [
- "string"
], - "display_label": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "label": "string",
- "organization_membership_id": "string",
- "participation_id": "string",
- "photo_path": "string",
- "resource_bill_rate": 0,
- "resource_cost_rate": 0,
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": 0,
- "workspace_title": "string"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_value_ids": [
- "string"
], - "display_label": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "label": "string",
- "organization_membership_id": "string",
- "participation_id": "string",
- "photo_path": "string",
- "resource_bill_rate": 0,
- "resource_cost_rate": 0,
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": 0,
- "workspace_title": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
This endpoint returns structured Resource Requests objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the resource_requests
top-level JSON key.
Please see our Response Format section for more information.
include | string Any of the below associations can be included in your request by providing the
|
{- "resource_request": {
- "new_approver_id": [
- 0
]
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "resource_requests": {
- "property1": {
- "approver_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "resource_id": "string",
- "status": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "approver_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "resource_id": "string",
- "status": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "workspace_resources": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_value_ids": [
- "string"
], - "display_label": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "label": "string",
- "organization_membership_id": "string",
- "participation_id": "string",
- "photo_path": "string",
- "resource_bill_rate": 0,
- "resource_cost_rate": 0,
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": 0,
- "workspace_title": "string"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_value_ids": [
- "string"
], - "display_label": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "label": "string",
- "organization_membership_id": "string",
- "participation_id": "string",
- "photo_path": "string",
- "resource_bill_rate": 0,
- "resource_cost_rate": 0,
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": 0,
- "workspace_title": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}