Project Template Assignments(Project Template Resources) represent placeholders for task assignees in project templates. These assignments are mapped to project template stories and are assigned to real users when the template is applied.
This endpoint returns structured Project Template Assignment 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 project_template_assignments
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"
}
], - "project_template_assignments": {
- "property1": {
- "name": "string",
- "project_template_id": "string",
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "total_count": 0,
- "total_estimated_minutes": 0
}, - "property2": {
- "name": "string",
- "project_template_id": "string",
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "total_count": 0,
- "total_estimated_minutes": 0
}
}, - "project_templates": {
- "property1": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Project Template Assignment 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 project_template_assignments
top-level JSON key.
Please see our Response Format section for more information.
{- "project_template_assignment": {
- "name": "string",
- "project_template_id": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "project_template_assignments": {
- "property1": {
- "name": "string",
- "project_template_id": "string",
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "total_count": 0,
- "total_estimated_minutes": 0
}, - "property2": {
- "name": "string",
- "project_template_id": "string",
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "total_count": 0,
- "total_estimated_minutes": 0
}
}, - "project_templates": {
- "property1": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Project Template Assignment 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 project_template_assignments
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"
}
], - "project_template_assignments": {
- "property1": {
- "name": "string",
- "project_template_id": "string",
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "total_count": 0,
- "total_estimated_minutes": 0
}, - "property2": {
- "name": "string",
- "project_template_id": "string",
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "total_count": 0,
- "total_estimated_minutes": 0
}
}, - "project_templates": {
- "property1": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Project Template Assignment 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 project_template_assignments
top-level JSON key.
Please see our Response Format section for more information.
{- "project_template_assignment": {
- "name": "string"
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "project_template_assignments": {
- "property1": {
- "name": "string",
- "project_template_id": "string",
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "total_count": 0,
- "total_estimated_minutes": 0
}, - "property2": {
- "name": "string",
- "project_template_id": "string",
- "role_id": "string",
- "role_initials": "string",
- "role_name": "string",
- "total_count": 0,
- "total_estimated_minutes": 0
}
}, - "project_templates": {
- "property1": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "budget": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "description": "string",
- "duration": 0,
- "is_budgeted": true,
- "item_count": 0,
- "permissions": {
- "can_edit_project_template": true
}, - "project_template_additional_tab_ids": [
- "string"
], - "project_template_assignment_ids": [
- "string"
], - "raw_json": "string",
- "shared": true,
- "sharing": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
The response will contain no content and an HTTP 204 status code if the request was successful, or a standard Kantata OX error message explaining why the object could not be deleted.
Project Template Assignment has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}