External References allows users see which objects (one of Assignment
, CustomField
, CustomFieldChoice
, CustomFieldSet
, CustomFieldValue
, Estimate
, EstimateScenario
, EstimateScenarioResource
, Expense
, Invoice
, Participation
, Post
, RateCard
, Role
, Skill
, StatusReport
, Story
, StoryAllocationDay
, Submission
, SurveyAnswer
, SurveyQuestion
, SurveyResponse
, SurveyTemplate
, TimeEntry
, TimeOffEntry
, User
, Vendor
, Workspace
, WorkspaceAllocation
, WorkspaceGroup
, or WorkspaceResource
are synced with third party systems. This allows you to view the sync status of items in
addition to the integration specifics for a synced object.
Objects that are synced with a third party system have external integration attributes that include the corresponding ID of the third-party object with which it is synced, a link that allows you to view the object in the third party system, the status of the external object in the external system, the status of the sync, and a link to exceptions.
Returns external references, for objects of particular types, that are synced with the third-party systems.
This endpoint returns structured External Reference 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 external_references
top-level JSON key.
Please see our Response Format section for more information.
subject_type required | string The type of the Kantata OX object that has the external reference. One of
|
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. |
external_message | string Only include external references with the specified external message. |
external_status | string The status of the external object in the external system. |
include | string Any of the below associations can be included in your request by providing the
|
last_synced_after | string <date-time> Filter for records last synced after a specified datetime. The datetime must be in ISO 8601 format. |
last_synced_before | string <date-time> Filter for records last synced before a specified datetime. The datetime must be in ISO 8601 format. |
only | string Allows you to request one or more resources directly by ID. Multiple IDs can be supplied
in a comma separated list, like |
order | string Default: "last_synced_at:desc" Supply Valid values: |
page | integer <int32> Default: 1 |
per_page | integer <int32> <= 200 Default: 20 |
service_model | string The type of the external object. |
service_model_ref | string The object ID of an external object. |
service_name | string The provider name of the integration. |
status | string The status of the integration. Options are 'pending', 'successful', or 'failed'. |
subject_id | integer <int32> The ID of the Kantata OX object that has the external reference. |
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. |
A list of External References have been retrieved.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "external_references": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "external_link": "string",
- "external_message": "string",
- "external_status": "string",
- "last_synced_at": "2019-08-24T14:15:22Z",
- "locked": true,
- "service_model": "string",
- "service_model_ref": "string",
- "service_name": "string",
- "status": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "external_link": "string",
- "external_message": "string",
- "external_status": "string",
- "last_synced_at": "2019-08-24T14:15:22Z",
- "locked": true,
- "service_model": "string",
- "service_model_ref": "string",
- "service_name": "string",
- "status": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "assignments": {
- "property1": {
- "allocated_minutes": 0,
- "assignee_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "current": true,
- "estimated_minutes": 0,
- "external_reference_ids": [
- "string"
], - "resource_id": 0,
- "story_allocation_day_ids": [
- "string"
], - "story_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "allocated_minutes": 0,
- "assignee_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "current": true,
- "estimated_minutes": 0,
- "external_reference_ids": [
- "string"
], - "resource_id": 0,
- "story_allocation_day_ids": [
- "string"
], - "story_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "custom_fields": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "custom_field_set_id": "string",
- "default_text": "string",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "read_access": 0,
- "unique_constraint": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "value_type": "string",
- "write_access": 0
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "custom_field_set_id": "string",
- "default_text": "string",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "read_access": 0,
- "unique_constraint": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "value_type": "string",
- "write_access": 0
}
}, - "custom_field_choices": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_id": "string",
- "external_reference_ids": [
- "string"
], - "label": "string",
- "position": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_id": "string",
- "external_reference_ids": [
- "string"
], - "label": "string",
- "position": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "custom_field_sets": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "name": "string",
- "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "name": "string",
- "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "custom_field_values": {
- "property1": {
- "account_id": 0,
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_id": "string",
- "custom_field_name": "string",
- "display_value": "string",
- "external_reference_ids": [
- "string"
], - "selected_choice_ids": [
- "string"
], - "setter_id": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "value": "string"
}, - "property2": {
- "account_id": 0,
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_id": "string",
- "custom_field_name": "string",
- "display_value": "string",
- "external_reference_ids": [
- "string"
], - "selected_choice_ids": [
- "string"
], - "setter_id": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "value": "string"
}
}, - "estimates": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "currency": "string",
- "custom_field_value_ids": [
- "string"
], - "description": "string",
- "estimate_scenario_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "is_locked": true,
- "name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_group_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "currency": "string",
- "custom_field_value_ids": [
- "string"
], - "description": "string",
- "estimate_scenario_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "is_locked": true,
- "name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_group_id": "string",
- "workspace_id": "string"
}
}, - "estimate_scenarios": {
- "property1": {
- "budget_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "estimate_id": 0,
- "estimate_scenario_resource_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "name": "string",
- "rate_card_id": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "target_margin_percent": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "budget_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "estimate_id": 0,
- "estimate_scenario_resource_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "name": "string",
- "rate_card_id": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "target_margin_percent": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "estimate_scenario_resources": {
- "property1": {
- "allocation_id": "string",
- "bill_rate": 0,
- "cost_rate": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "display_label": "string",
- "estimate_scenario_id": 0,
- "external_reference_ids": [
- "string"
], - "geography_id": "string",
- "label": "string",
- "organization_membership_id": "string",
- "role_id": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "allocation_id": "string",
- "bill_rate": 0,
- "cost_rate": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "display_label": "string",
- "estimate_scenario_id": 0,
- "external_reference_ids": [
- "string"
], - "geography_id": "string",
- "label": "string",
- "organization_membership_id": "string",
- "role_id": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "expenses": {
- "property1": {
- "active_submission_id": "string",
- "amount_in_cents": 0,
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "date": "2019-08-24",
- "expense_category_id": "string",
- "external_reference_ids": [
- "string"
], - "foreign_exchange_amount": {
- "date": "2019-08-24T14:15:22Z",
- "rate": 0,
- "source_currency": "string",
- "source_value": 0
}, - "is_billable": true,
- "is_invoiced": true,
- "notes": "string",
- "receipt_id": "string",
- "recent_submission_id": "string",
- "reimbursable": true,
- "role_id": "string",
- "story_id": "string",
- "taxable": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_can_edit": true,
- "user_id": "string",
- "vendor_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "active_submission_id": "string",
- "amount_in_cents": 0,
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "date": "2019-08-24",
- "expense_category_id": "string",
- "external_reference_ids": [
- "string"
], - "foreign_exchange_amount": {
- "date": "2019-08-24T14:15:22Z",
- "rate": 0,
- "source_currency": "string",
- "source_value": 0
}, - "is_billable": true,
- "is_invoiced": true,
- "notes": "string",
- "receipt_id": "string",
- "recent_submission_id": "string",
- "reimbursable": true,
- "role_id": "string",
- "story_id": "string",
- "taxable": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_can_edit": true,
- "user_id": "string",
- "vendor_id": "string",
- "workspace_id": "string"
}
}, - "invoices": {
- "property1": {
- "additional_item_ids": [
- "string"
], - "balance_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "draft": true,
- "due_date": "2019-08-24",
- "expense_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "fixed_fee_item_ids": [
- "string"
], - "invoice_date": "2019-08-24",
- "message": "string",
- "payment_schedule": 0,
- "project_code": "string",
- "purchase_order": "string",
- "recipient_id": "string",
- "status": "string",
- "tax_rate": 0,
- "time_entry_ids": [
- "string"
], - "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "user_invoice_number": 0,
- "user_invoice_title": "string",
- "workspace_ids": [
- "string"
]
}, - "property2": {
- "additional_item_ids": [
- "string"
], - "balance_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "draft": true,
- "due_date": "2019-08-24",
- "expense_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "fixed_fee_item_ids": [
- "string"
], - "invoice_date": "2019-08-24",
- "message": "string",
- "payment_schedule": 0,
- "project_code": "string",
- "purchase_order": "string",
- "recipient_id": "string",
- "status": "string",
- "tax_rate": 0,
- "time_entry_ids": [
- "string"
], - "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "user_invoice_number": 0,
- "user_invoice_title": "string",
- "workspace_ids": [
- "string"
]
}
}, - "participations": {
- "property1": {
- "access_level": "string",
- "active_role_ids": [
- "string"
], - "allocated_workspace_minutes": 0,
- "can_edit": true,
- "can_invite": true,
- "can_post": true,
- "cost_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate_in_cents": 0,
- "estimated_workspace_minutes": 0,
- "external_reference_ids": [
- "string"
], - "is_team_lead": true,
- "primary_role_id": "string",
- "rate_in_cents": 0,
- "role": "string",
- "show_as_read_only": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string",
- "workspace_resource_ids": [
- "string"
], - "workspace_role_id": "string"
}, - "property2": {
- "access_level": "string",
- "active_role_ids": [
- "string"
], - "allocated_workspace_minutes": 0,
- "can_edit": true,
- "can_invite": true,
- "can_post": true,
- "cost_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate_in_cents": 0,
- "estimated_workspace_minutes": 0,
- "external_reference_ids": [
- "string"
], - "is_team_lead": true,
- "primary_role_id": "string",
- "rate_in_cents": 0,
- "role": "string",
- "show_as_read_only": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string",
- "workspace_resource_ids": [
- "string"
], - "workspace_role_id": "string"
}
}, - "posts": {
- "property1": {
- "attachment_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "formatted_message": "string",
- "google_document_ids": [
- "string"
], - "has_attachments": true,
- "message": "string",
- "newest_reply_at": "2019-08-24T14:15:22Z",
- "newest_reply_id": "string",
- "newest_reply_user_id": "string",
- "parsed_message": "string",
- "private": true,
- "recipient_ids": [
- "string"
], - "reply": true,
- "reply_count": 0,
- "reply_ids": [
- "string"
], - "story_id": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_title": "string",
- "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "attachment_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "formatted_message": "string",
- "google_document_ids": [
- "string"
], - "has_attachments": true,
- "message": "string",
- "newest_reply_at": "2019-08-24T14:15:22Z",
- "newest_reply_id": "string",
- "newest_reply_user_id": "string",
- "parsed_message": "string",
- "private": true,
- "recipient_ids": [
- "string"
], - "reply": true,
- "reply_count": 0,
- "reply_ids": [
- "string"
], - "story_id": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_title": "string",
- "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string"
}
}, - "rate_cards": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "effective_rate_card_version_id": "string",
- "external_reference_ids": [
- "string"
], - "rate_card_set_id": "string",
- "rate_card_set_title": "string",
- "rate_card_version_ids": [
- "string"
], - "removable": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "uses": 0
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "effective_rate_card_version_id": "string",
- "external_reference_ids": [
- "string"
], - "rate_card_set_id": "string",
- "rate_card_set_title": "string",
- "rate_card_version_ids": [
- "string"
], - "removable": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "uses": 0
}
}, - "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"
}
}, - "skills": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "external_reference_ids": [
- "string"
], - "max_level": "string",
- "name": "string",
- "skill_category_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "external_reference_ids": [
- "string"
], - "max_level": "string",
- "name": "string",
- "skill_category_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "status_reports": {
- "property1": {
- "color": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "description": "string",
- "details": [
- {
- "category": "string",
- "color": "string",
- "description": "string"
}
], - "external_reference_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "updater_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "color": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "description": "string",
- "details": [
- {
- "category": "string",
- "color": "string",
- "description": "string"
}
], - "external_reference_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "updater_id": "string",
- "workspace_id": "string"
}
}, - "stories": {
- "property1": {
- "ancestor_ids": [
- "string"
], - "ancestry_depth": 0,
- "archived": true,
- "archived_editable": true,
- "assigned_role_id": "string",
- "assignee_ids": [
- "string"
], - "assignment_timestamped_at": "2019-08-24T14:15:22Z",
- "attachment_ids": [
- "string"
], - "billable": true,
- "budget_estimate_in_cents": 0,
- "budget_used_in_cents": 0,
- "can_align_time": true,
- "can_edit": true,
- "can_post": true,
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "current_assignment_ids": [
- "string"
], - "custom_field_value_ids": [
- "string"
], - "deleted_at": "2019-08-24T14:15:22Z",
- "descendant_ids": [
- "string"
], - "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "fixed_fee": true,
- "follower_ids": [
- "string"
], - "formatted_description": "string",
- "google_document_ids": [
- "string"
], - "has_out_of_bounds_sads": true,
- "has_proofing_access": true,
- "invoiced_balance_in_cents": 0,
- "is_time_trackable_type": true,
- "logged_billable_time_in_minutes": 0,
- "logged_nonbillable_time_in_minutes": 0,
- "parent_id": "string",
- "parsed_description": "string",
- "percentage_complete": 0,
- "position": 0,
- "potential_workspace_resource_ids": [
- "string"
], - "potential_workspace_resources_with_unnamed_ids": [
- "string"
], - "priority": 0,
- "project_plan": true,
- "proof_ids": [
- "string"
], - "read_only": true,
- "render_description_markdown": true,
- "reply_ids": [
- "string"
], - "root_id": "string",
- "source_dependency_ids": [
- "string"
], - "start_date": "2019-08-24",
- "state": "string",
- "story_state_change_ids": [
- "string"
], - "story_task_ids": [
- "string"
], - "story_type": "string",
- "sub_stories_billable_time_in_minutes": 0,
- "sub_stories_budget_estimate_in_cents": 0,
- "sub_stories_budget_used_in_cents": 0,
- "sub_stories_time_estimate_in_minutes": 0,
- "sub_story_count": 0,
- "sub_story_ids": [
- "string"
], - "subtree_depth": 0,
- "tag_ids": [
- "string"
], - "target_dependency_ids": [
- "string"
], - "time_estimate_in_minutes": 0,
- "time_trackable": true,
- "title": "string",
- "uninvoiced_balance_in_cents": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "weight": 0,
- "workspace_id": "string",
- "workspace_resource_ids": [
- "string"
], - "workspace_resources_with_unnamed_ids": [
- "string"
]
}, - "property2": {
- "ancestor_ids": [
- "string"
], - "ancestry_depth": 0,
- "archived": true,
- "archived_editable": true,
- "assigned_role_id": "string",
- "assignee_ids": [
- "string"
], - "assignment_timestamped_at": "2019-08-24T14:15:22Z",
- "attachment_ids": [
- "string"
], - "billable": true,
- "budget_estimate_in_cents": 0,
- "budget_used_in_cents": 0,
- "can_align_time": true,
- "can_edit": true,
- "can_post": true,
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "current_assignment_ids": [
- "string"
], - "custom_field_value_ids": [
- "string"
], - "deleted_at": "2019-08-24T14:15:22Z",
- "descendant_ids": [
- "string"
], - "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "fixed_fee": true,
- "follower_ids": [
- "string"
], - "formatted_description": "string",
- "google_document_ids": [
- "string"
], - "has_out_of_bounds_sads": true,
- "has_proofing_access": true,
- "invoiced_balance_in_cents": 0,
- "is_time_trackable_type": true,
- "logged_billable_time_in_minutes": 0,
- "logged_nonbillable_time_in_minutes": 0,
- "parent_id": "string",
- "parsed_description": "string",
- "percentage_complete": 0,
- "position": 0,
- "potential_workspace_resource_ids": [
- "string"
], - "potential_workspace_resources_with_unnamed_ids": [
- "string"
], - "priority": 0,
- "project_plan": true,
- "proof_ids": [
- "string"
], - "read_only": true,
- "render_description_markdown": true,
- "reply_ids": [
- "string"
], - "root_id": "string",
- "source_dependency_ids": [
- "string"
], - "start_date": "2019-08-24",
- "state": "string",
- "story_state_change_ids": [
- "string"
], - "story_task_ids": [
- "string"
], - "story_type": "string",
- "sub_stories_billable_time_in_minutes": 0,
- "sub_stories_budget_estimate_in_cents": 0,
- "sub_stories_budget_used_in_cents": 0,
- "sub_stories_time_estimate_in_minutes": 0,
- "sub_story_count": 0,
- "sub_story_ids": [
- "string"
], - "subtree_depth": 0,
- "tag_ids": [
- "string"
], - "target_dependency_ids": [
- "string"
], - "time_estimate_in_minutes": 0,
- "time_trackable": true,
- "title": "string",
- "uninvoiced_balance_in_cents": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "weight": 0,
- "workspace_id": "string",
- "workspace_resource_ids": [
- "string"
], - "workspace_resources_with_unnamed_ids": [
- "string"
]
}
}, - "story_allocation_days": {
- "property1": {
- "assignment_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "current": true,
- "date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "minutes": 0,
- "story_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}, - "property2": {
- "assignment_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "current": true,
- "date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "minutes": 0,
- "story_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}
}, - "submissions": {
- "property1": {
- "comment": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "current_resolution_created_at_date": "2019-08-24T14:15:22Z",
- "current_resolution_creator_id": 0,
- "current_resolution_description": "string",
- "external_reference_ids": [
- "string"
], - "line_item_total_formatted": "string",
- "line_item_total_in_cents": 0,
- "permissions": {
- "can_cancel_submission": true,
- "can_approve_submission": true,
- "can_reject_submission": true,
- "can_resubmit_submission": true
}, - "resolution_description": "string",
- "status": "string",
- "title": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "comment": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "current_resolution_created_at_date": "2019-08-24T14:15:22Z",
- "current_resolution_creator_id": 0,
- "current_resolution_description": "string",
- "external_reference_ids": [
- "string"
], - "line_item_total_formatted": "string",
- "line_item_total_in_cents": 0,
- "permissions": {
- "can_cancel_submission": true,
- "can_approve_submission": true,
- "can_reject_submission": true,
- "can_resubmit_submission": true
}, - "resolution_description": "string",
- "status": "string",
- "title": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string"
}
}, - "survey_answers": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "survey_question_id": "string",
- "survey_response_id": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "survey_question_id": "string",
- "survey_response_id": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "survey_questions": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "question_type": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "question_type": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "survey_responses": {
- "property1": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "status": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_answer_ids": [
- "string"
], - "survey_template_id": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}, - "property2": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "status": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_answer_ids": [
- "string"
], - "survey_template_id": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}
}, - "survey_templates": {
- "property1": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_question_ids": [
- "string"
], - "survey_response_ids": [
- "string"
], - "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}, - "property2": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_question_ids": [
- "string"
], - "survey_response_ids": [
- "string"
], - "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}
}, - "time_entries": {
- "property1": {
- "active_submission_id": "string",
- "approved": true,
- "billable": true,
- "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "date_performed": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "invoice_id": "string",
- "is_invoiced": true,
- "location": "string",
- "location_id": 0,
- "notes": "string",
- "rate_in_cents": 0,
- "recent_submission_id": "string",
- "role_id": "string",
- "story_id": "string",
- "taxable": true,
- "time_in_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_can_edit": true,
- "user_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "active_submission_id": "string",
- "approved": true,
- "billable": true,
- "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "date_performed": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "invoice_id": "string",
- "is_invoiced": true,
- "location": "string",
- "location_id": 0,
- "notes": "string",
- "rate_in_cents": 0,
- "recent_submission_id": "string",
- "role_id": "string",
- "story_id": "string",
- "taxable": true,
- "time_in_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_can_edit": true,
- "user_id": "string",
- "workspace_id": "string"
}
}, - "time_off_entries": {
- "property1": {
- "external_reference_ids": [
- "string"
], - "hours": 0,
- "requested_date": "2019-08-24",
- "submission_date": "2019-08-24",
- "user_id": "string"
}, - "property2": {
- "external_reference_ids": [
- "string"
], - "hours": 0,
- "requested_date": "2019-08-24",
- "submission_date": "2019-08-24",
- "user_id": "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"
]
}
}, - "vendors": {
- "property1": {
- "archived": true,
- "external_reference_ids": [
- "string"
], - "externally_managed": true,
- "in_use": true,
- "name": "string"
}, - "property2": {
- "archived": true,
- "external_reference_ids": [
- "string"
], - "externally_managed": true,
- "in_use": true,
- "name": "string"
}
}, - "workspaces": {
- "property1": {
- "access_level": "string",
- "account_color_id": "string",
- "account_id": 0,
- "account_insights_mapping_ids": [
- "string"
], - "actual_fees_includes_additional_line_items": true,
- "actual_fees_includes_expenses": true,
- "approver_id": "string",
- "approver_ids": [
- "string"
], - "archived": true,
- "billable_minutes": 0,
- "budget_remaining": "string",
- "budget_used": "string",
- "budget_used_in_cents": 0,
- "budgeted": true,
- "can_create_line_items": true,
- "can_invite": true,
- "change_orders_enabled": true,
- "client_lead_name": "string",
- "client_role_name": "string",
- "consultant_role_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "current_status_report_id": "string",
- "current_user_participation_id": "string",
- "custom_field_value_ids": [
- "string"
], - "default_rate": "string",
- "description": "string",
- "due_date": "2019-08-24",
- "effective_due_date": "2019-08-24",
- "estimated_minutes": 0,
- "exclude_archived_stories_percent_complete": true,
- "expenses_in_burn_rate": true,
- "external_link": {
- "url": "string",
- "text": "string"
}, - "external_reference_ids": [
- "string"
], - "financial_viewer_ids": [
- "string"
], - "has_active_expense_report_submissions": true,
- "has_active_timesheet_submissions": true,
- "has_budget_access": true,
- "incoming_email_address": "string",
- "lock_date": "2019-08-24",
- "minutes_logged": 0,
- "next_uncompleted_milestone_id": "string",
- "non_billable_minutes": 0,
- "over_budget": true,
- "participant_ids": [
- "string"
], - "participation_ids": [
- "string"
], - "percent_of_budget_used": 0,
- "percentage_complete": 0,
- "permissions": {
- "can_upload_files": true,
- "can_private_message": true,
- "can_join": true,
- "is_participant": true,
- "access_level": "string",
- "team_lead": true,
- "user_is_client": true,
- "can_change_price": true,
- "can_change_story_billable": true,
- "can_post": true,
- "can_edit": true,
- "restricted": true,
- "can_see_financials": true,
- "is_guest_on_project": true
}, - "possible_approver_ids": [
- "string"
], - "posts_require_privacy_decision": true,
- "price": "string",
- "price_in_cents": 0,
- "primary_counterpart_id": "string",
- "primary_maven_id": "string",
- "primary_workspace_group_id": "string",
- "provider_lead_name": "string",
- "rate_card_id": 0,
- "require_expense_approvals": true,
- "require_notes_on_time_entries": true,
- "require_time_approvals": true,
- "stage": "string",
- "start_date": "2019-08-24",
- "status": {
- "color": "string",
- "key": "string",
- "message": "string"
}, - "status_report_ids": [
- "string"
], - "stories_are_fixed_fee_by_default": true,
- "target_margin": 0,
- "tasks_default_non_billable": true,
- "time_trackable": true,
- "timesheet_submission_ids": [
- "string"
], - "title": "string",
- "total_expenses_in_cents": 0,
- "total_invoiced": "string",
- "total_minutes_approved": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_group_ids": [
- "string"
], - "workspace_invoice_preference_id": 0,
- "workspace_resource_ids": [
- "string"
], - "workspace_resources_with_unnamed_ids": [
- "string"
]
}, - "property2": {
- "access_level": "string",
- "account_color_id": "string",
- "account_id": 0,
- "account_insights_mapping_ids": [
- "string"
], - "actual_fees_includes_additional_line_items": true,
- "actual_fees_includes_expenses": true,
- "approver_id": "string",
- "approver_ids": [
- "string"
], - "archived": true,
- "billable_minutes": 0,
- "budget_remaining": "string",
- "budget_used": "string",
- "budget_used_in_cents": 0,
- "budgeted": true,
- "can_create_line_items": true,
- "can_invite": true,
- "change_orders_enabled": true,
- "client_lead_name": "string",
- "client_role_name": "string",
- "consultant_role_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "current_status_report_id": "string",
- "current_user_participation_id": "string",
- "custom_field_value_ids": [
- "string"
], - "default_rate": "string",
- "description": "string",
- "due_date": "2019-08-24",
- "effective_due_date": "2019-08-24",
- "estimated_minutes": 0,
- "exclude_archived_stories_percent_complete": true,
- "expenses_in_burn_rate": true,
- "external_link": {
- "url": "string",
- "text": "string"
}, - "external_reference_ids": [
- "string"
], - "financial_viewer_ids": [
- "string"
], - "has_active_expense_report_submissions": true,
- "has_active_timesheet_submissions": true,
- "has_budget_access": true,
- "incoming_email_address": "string",
- "lock_date": "2019-08-24",
- "minutes_logged": 0,
- "next_uncompleted_milestone_id": "string",
- "non_billable_minutes": 0,
- "over_budget": true,
- "participant_ids": [
- "string"
], - "participation_ids": [
- "string"
], - "percent_of_budget_used": 0,
- "percentage_complete": 0,
- "permissions": {
- "can_upload_files": true,
- "can_private_message": true,
- "can_join": true,
- "is_participant": true,
- "access_level": "string",
- "team_lead": true,
- "user_is_client": true,
- "can_change_price": true,
- "can_change_story_billable": true,
- "can_post": true,
- "can_edit": true,
- "restricted": true,
- "can_see_financials": true,
- "is_guest_on_project": true
}, - "possible_approver_ids": [
- "string"
], - "posts_require_privacy_decision": true,
- "price": "string",
- "price_in_cents": 0,
- "primary_counterpart_id": "string",
- "primary_maven_id": "string",
- "primary_workspace_group_id": "string",
- "provider_lead_name": "string",
- "rate_card_id": 0,
- "require_expense_approvals": true,
- "require_notes_on_time_entries": true,
- "require_time_approvals": true,
- "stage": "string",
- "start_date": "2019-08-24",
- "status": {
- "color": "string",
- "key": "string",
- "message": "string"
}, - "status_report_ids": [
- "string"
], - "stories_are_fixed_fee_by_default": true,
- "target_margin": 0,
- "tasks_default_non_billable": true,
- "time_trackable": true,
- "timesheet_submission_ids": [
- "string"
], - "title": "string",
- "total_expenses_in_cents": 0,
- "total_invoiced": "string",
- "total_minutes_approved": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_group_ids": [
- "string"
], - "workspace_invoice_preference_id": 0,
- "workspace_resource_ids": [
- "string"
], - "workspace_resources_with_unnamed_ids": [
- "string"
]
}
}, - "workspace_allocations": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "end_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "hard": true,
- "minutes": 0,
- "notes": "string",
- "percentage": 0,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "updater_id": "string",
- "workspace_id": "string",
- "workspace_resource_id": "string"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "end_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "hard": true,
- "minutes": 0,
- "notes": "string",
- "percentage": 0,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "updater_id": "string",
- "workspace_id": "string",
- "workspace_resource_id": "string"
}
}, - "workspace_groups": {
- "property1": {
- "address": "string",
- "company": true,
- "contact_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "string",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "notes": "string",
- "phone_number": "string",
- "rate_card_set_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "website": "string",
- "workspace_ids": [
- "string"
]
}, - "property2": {
- "address": "string",
- "company": true,
- "contact_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "string",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "notes": "string",
- "phone_number": "string",
- "rate_card_set_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "website": "string",
- "workspace_ids": [
- "string"
]
}
}, - "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"
}
}
}
This endpoint returns structured External Reference 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 external_references
top-level JSON key.
Please see our Response Format section for more information.
External Reference has been created.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "external_reference": {
- "subject_type": "string",
- "subject_id": 0,
- "service_name": "string",
- "service_model": "string",
- "service_model_ref": "string",
- "status": "string",
- "external_link": "string",
- "external_status": "string",
- "external_message": "string",
- "locked": true
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "external_references": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "external_link": "string",
- "external_message": "string",
- "external_status": "string",
- "last_synced_at": "2019-08-24T14:15:22Z",
- "locked": true,
- "service_model": "string",
- "service_model_ref": "string",
- "service_name": "string",
- "status": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "external_link": "string",
- "external_message": "string",
- "external_status": "string",
- "last_synced_at": "2019-08-24T14:15:22Z",
- "locked": true,
- "service_model": "string",
- "service_model_ref": "string",
- "service_name": "string",
- "status": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "assignments": {
- "property1": {
- "allocated_minutes": 0,
- "assignee_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "current": true,
- "estimated_minutes": 0,
- "external_reference_ids": [
- "string"
], - "resource_id": 0,
- "story_allocation_day_ids": [
- "string"
], - "story_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "allocated_minutes": 0,
- "assignee_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "current": true,
- "estimated_minutes": 0,
- "external_reference_ids": [
- "string"
], - "resource_id": 0,
- "story_allocation_day_ids": [
- "string"
], - "story_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "custom_fields": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "custom_field_set_id": "string",
- "default_text": "string",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "read_access": 0,
- "unique_constraint": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "value_type": "string",
- "write_access": 0
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "custom_field_set_id": "string",
- "default_text": "string",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "read_access": 0,
- "unique_constraint": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "value_type": "string",
- "write_access": 0
}
}, - "custom_field_choices": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_id": "string",
- "external_reference_ids": [
- "string"
], - "label": "string",
- "position": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_id": "string",
- "external_reference_ids": [
- "string"
], - "label": "string",
- "position": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "custom_field_sets": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "name": "string",
- "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "name": "string",
- "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "custom_field_values": {
- "property1": {
- "account_id": 0,
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_id": "string",
- "custom_field_name": "string",
- "display_value": "string",
- "external_reference_ids": [
- "string"
], - "selected_choice_ids": [
- "string"
], - "setter_id": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "value": "string"
}, - "property2": {
- "account_id": 0,
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "custom_field_id": "string",
- "custom_field_name": "string",
- "display_value": "string",
- "external_reference_ids": [
- "string"
], - "selected_choice_ids": [
- "string"
], - "setter_id": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_type": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "value": "string"
}
}, - "estimates": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "currency": "string",
- "custom_field_value_ids": [
- "string"
], - "description": "string",
- "estimate_scenario_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "is_locked": true,
- "name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_group_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "currency": "string",
- "custom_field_value_ids": [
- "string"
], - "description": "string",
- "estimate_scenario_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "is_locked": true,
- "name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_group_id": "string",
- "workspace_id": "string"
}
}, - "estimate_scenarios": {
- "property1": {
- "budget_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "estimate_id": 0,
- "estimate_scenario_resource_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "name": "string",
- "rate_card_id": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "target_margin_percent": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "budget_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "estimate_id": 0,
- "estimate_scenario_resource_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "name": "string",
- "rate_card_id": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "target_margin_percent": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "estimate_scenario_resources": {
- "property1": {
- "allocation_id": "string",
- "bill_rate": 0,
- "cost_rate": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "display_label": "string",
- "estimate_scenario_id": 0,
- "external_reference_ids": [
- "string"
], - "geography_id": "string",
- "label": "string",
- "organization_membership_id": "string",
- "role_id": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}, - "property2": {
- "allocation_id": "string",
- "bill_rate": 0,
- "cost_rate": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "display_label": "string",
- "estimate_scenario_id": 0,
- "external_reference_ids": [
- "string"
], - "geography_id": "string",
- "label": "string",
- "organization_membership_id": "string",
- "role_id": "string",
- "role_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
}, - "expenses": {
- "property1": {
- "active_submission_id": "string",
- "amount_in_cents": 0,
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "date": "2019-08-24",
- "expense_category_id": "string",
- "external_reference_ids": [
- "string"
], - "foreign_exchange_amount": {
- "date": "2019-08-24T14:15:22Z",
- "rate": 0,
- "source_currency": "string",
- "source_value": 0
}, - "is_billable": true,
- "is_invoiced": true,
- "notes": "string",
- "receipt_id": "string",
- "recent_submission_id": "string",
- "reimbursable": true,
- "role_id": "string",
- "story_id": "string",
- "taxable": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_can_edit": true,
- "user_id": "string",
- "vendor_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "active_submission_id": "string",
- "amount_in_cents": 0,
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "date": "2019-08-24",
- "expense_category_id": "string",
- "external_reference_ids": [
- "string"
], - "foreign_exchange_amount": {
- "date": "2019-08-24T14:15:22Z",
- "rate": 0,
- "source_currency": "string",
- "source_value": 0
}, - "is_billable": true,
- "is_invoiced": true,
- "notes": "string",
- "receipt_id": "string",
- "recent_submission_id": "string",
- "reimbursable": true,
- "role_id": "string",
- "story_id": "string",
- "taxable": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_can_edit": true,
- "user_id": "string",
- "vendor_id": "string",
- "workspace_id": "string"
}
}, - "invoices": {
- "property1": {
- "additional_item_ids": [
- "string"
], - "balance_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "draft": true,
- "due_date": "2019-08-24",
- "expense_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "fixed_fee_item_ids": [
- "string"
], - "invoice_date": "2019-08-24",
- "message": "string",
- "payment_schedule": 0,
- "project_code": "string",
- "purchase_order": "string",
- "recipient_id": "string",
- "status": "string",
- "tax_rate": 0,
- "time_entry_ids": [
- "string"
], - "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "user_invoice_number": 0,
- "user_invoice_title": "string",
- "workspace_ids": [
- "string"
]
}, - "property2": {
- "additional_item_ids": [
- "string"
], - "balance_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "draft": true,
- "due_date": "2019-08-24",
- "expense_ids": [
- "string"
], - "external_reference_ids": [
- "string"
], - "fixed_fee_item_ids": [
- "string"
], - "invoice_date": "2019-08-24",
- "message": "string",
- "payment_schedule": 0,
- "project_code": "string",
- "purchase_order": "string",
- "recipient_id": "string",
- "status": "string",
- "tax_rate": 0,
- "time_entry_ids": [
- "string"
], - "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "user_invoice_number": 0,
- "user_invoice_title": "string",
- "workspace_ids": [
- "string"
]
}
}, - "participations": {
- "property1": {
- "access_level": "string",
- "active_role_ids": [
- "string"
], - "allocated_workspace_minutes": 0,
- "can_edit": true,
- "can_invite": true,
- "can_post": true,
- "cost_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate_in_cents": 0,
- "estimated_workspace_minutes": 0,
- "external_reference_ids": [
- "string"
], - "is_team_lead": true,
- "primary_role_id": "string",
- "rate_in_cents": 0,
- "role": "string",
- "show_as_read_only": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string",
- "workspace_resource_ids": [
- "string"
], - "workspace_role_id": "string"
}, - "property2": {
- "access_level": "string",
- "active_role_ids": [
- "string"
], - "allocated_workspace_minutes": 0,
- "can_edit": true,
- "can_invite": true,
- "can_post": true,
- "cost_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate_in_cents": 0,
- "estimated_workspace_minutes": 0,
- "external_reference_ids": [
- "string"
], - "is_team_lead": true,
- "primary_role_id": "string",
- "rate_in_cents": 0,
- "role": "string",
- "show_as_read_only": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string",
- "workspace_resource_ids": [
- "string"
], - "workspace_role_id": "string"
}
}, - "posts": {
- "property1": {
- "attachment_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "formatted_message": "string",
- "google_document_ids": [
- "string"
], - "has_attachments": true,
- "message": "string",
- "newest_reply_at": "2019-08-24T14:15:22Z",
- "newest_reply_id": "string",
- "newest_reply_user_id": "string",
- "parsed_message": "string",
- "private": true,
- "recipient_ids": [
- "string"
], - "reply": true,
- "reply_count": 0,
- "reply_ids": [
- "string"
], - "story_id": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_title": "string",
- "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "attachment_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "formatted_message": "string",
- "google_document_ids": [
- "string"
], - "has_attachments": true,
- "message": "string",
- "newest_reply_at": "2019-08-24T14:15:22Z",
- "newest_reply_id": "string",
- "newest_reply_user_id": "string",
- "parsed_message": "string",
- "private": true,
- "recipient_ids": [
- "string"
], - "reply": true,
- "reply_count": 0,
- "reply_ids": [
- "string"
], - "story_id": "string",
- "subject_id": 0,
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "subject_title": "string",
- "subject_type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string"
}
}, - "rate_cards": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "effective_rate_card_version_id": "string",
- "external_reference_ids": [
- "string"
], - "rate_card_set_id": "string",
- "rate_card_set_title": "string",
- "rate_card_version_ids": [
- "string"
], - "removable": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "uses": 0
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "effective_rate_card_version_id": "string",
- "external_reference_ids": [
- "string"
], - "rate_card_set_id": "string",
- "rate_card_set_title": "string",
- "rate_card_version_ids": [
- "string"
], - "removable": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "uses": 0
}
}, - "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"
}
}, - "skills": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "external_reference_ids": [
- "string"
], - "max_level": "string",
- "name": "string",
- "skill_category_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "external_reference_ids": [
- "string"
], - "max_level": "string",
- "name": "string",
- "skill_category_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "status_reports": {
- "property1": {
- "color": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "description": "string",
- "details": [
- {
- "category": "string",
- "color": "string",
- "description": "string"
}
], - "external_reference_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "updater_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "color": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "description": "string",
- "details": [
- {
- "category": "string",
- "color": "string",
- "description": "string"
}
], - "external_reference_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "updater_id": "string",
- "workspace_id": "string"
}
}, - "stories": {
- "property1": {
- "ancestor_ids": [
- "string"
], - "ancestry_depth": 0,
- "archived": true,
- "archived_editable": true,
- "assigned_role_id": "string",
- "assignee_ids": [
- "string"
], - "assignment_timestamped_at": "2019-08-24T14:15:22Z",
- "attachment_ids": [
- "string"
], - "billable": true,
- "budget_estimate_in_cents": 0,
- "budget_used_in_cents": 0,
- "can_align_time": true,
- "can_edit": true,
- "can_post": true,
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "current_assignment_ids": [
- "string"
], - "custom_field_value_ids": [
- "string"
], - "deleted_at": "2019-08-24T14:15:22Z",
- "descendant_ids": [
- "string"
], - "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "fixed_fee": true,
- "follower_ids": [
- "string"
], - "formatted_description": "string",
- "google_document_ids": [
- "string"
], - "has_out_of_bounds_sads": true,
- "has_proofing_access": true,
- "invoiced_balance_in_cents": 0,
- "is_time_trackable_type": true,
- "logged_billable_time_in_minutes": 0,
- "logged_nonbillable_time_in_minutes": 0,
- "parent_id": "string",
- "parsed_description": "string",
- "percentage_complete": 0,
- "position": 0,
- "potential_workspace_resource_ids": [
- "string"
], - "potential_workspace_resources_with_unnamed_ids": [
- "string"
], - "priority": 0,
- "project_plan": true,
- "proof_ids": [
- "string"
], - "read_only": true,
- "render_description_markdown": true,
- "reply_ids": [
- "string"
], - "root_id": "string",
- "source_dependency_ids": [
- "string"
], - "start_date": "2019-08-24",
- "state": "string",
- "story_state_change_ids": [
- "string"
], - "story_task_ids": [
- "string"
], - "story_type": "string",
- "sub_stories_billable_time_in_minutes": 0,
- "sub_stories_budget_estimate_in_cents": 0,
- "sub_stories_budget_used_in_cents": 0,
- "sub_stories_time_estimate_in_minutes": 0,
- "sub_story_count": 0,
- "sub_story_ids": [
- "string"
], - "subtree_depth": 0,
- "tag_ids": [
- "string"
], - "target_dependency_ids": [
- "string"
], - "time_estimate_in_minutes": 0,
- "time_trackable": true,
- "title": "string",
- "uninvoiced_balance_in_cents": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "weight": 0,
- "workspace_id": "string",
- "workspace_resource_ids": [
- "string"
], - "workspace_resources_with_unnamed_ids": [
- "string"
]
}, - "property2": {
- "ancestor_ids": [
- "string"
], - "ancestry_depth": 0,
- "archived": true,
- "archived_editable": true,
- "assigned_role_id": "string",
- "assignee_ids": [
- "string"
], - "assignment_timestamped_at": "2019-08-24T14:15:22Z",
- "attachment_ids": [
- "string"
], - "billable": true,
- "budget_estimate_in_cents": 0,
- "budget_used_in_cents": 0,
- "can_align_time": true,
- "can_edit": true,
- "can_post": true,
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "current_assignment_ids": [
- "string"
], - "custom_field_value_ids": [
- "string"
], - "deleted_at": "2019-08-24T14:15:22Z",
- "descendant_ids": [
- "string"
], - "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "fixed_fee": true,
- "follower_ids": [
- "string"
], - "formatted_description": "string",
- "google_document_ids": [
- "string"
], - "has_out_of_bounds_sads": true,
- "has_proofing_access": true,
- "invoiced_balance_in_cents": 0,
- "is_time_trackable_type": true,
- "logged_billable_time_in_minutes": 0,
- "logged_nonbillable_time_in_minutes": 0,
- "parent_id": "string",
- "parsed_description": "string",
- "percentage_complete": 0,
- "position": 0,
- "potential_workspace_resource_ids": [
- "string"
], - "potential_workspace_resources_with_unnamed_ids": [
- "string"
], - "priority": 0,
- "project_plan": true,
- "proof_ids": [
- "string"
], - "read_only": true,
- "render_description_markdown": true,
- "reply_ids": [
- "string"
], - "root_id": "string",
- "source_dependency_ids": [
- "string"
], - "start_date": "2019-08-24",
- "state": "string",
- "story_state_change_ids": [
- "string"
], - "story_task_ids": [
- "string"
], - "story_type": "string",
- "sub_stories_billable_time_in_minutes": 0,
- "sub_stories_budget_estimate_in_cents": 0,
- "sub_stories_budget_used_in_cents": 0,
- "sub_stories_time_estimate_in_minutes": 0,
- "sub_story_count": 0,
- "sub_story_ids": [
- "string"
], - "subtree_depth": 0,
- "tag_ids": [
- "string"
], - "target_dependency_ids": [
- "string"
], - "time_estimate_in_minutes": 0,
- "time_trackable": true,
- "title": "string",
- "uninvoiced_balance_in_cents": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "weight": 0,
- "workspace_id": "string",
- "workspace_resource_ids": [
- "string"
], - "workspace_resources_with_unnamed_ids": [
- "string"
]
}
}, - "story_allocation_days": {
- "property1": {
- "assignment_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "current": true,
- "date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "minutes": 0,
- "story_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}, - "property2": {
- "assignment_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "current": true,
- "date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "minutes": 0,
- "story_id": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}
}, - "submissions": {
- "property1": {
- "comment": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "current_resolution_created_at_date": "2019-08-24T14:15:22Z",
- "current_resolution_creator_id": 0,
- "current_resolution_description": "string",
- "external_reference_ids": [
- "string"
], - "line_item_total_formatted": "string",
- "line_item_total_in_cents": 0,
- "permissions": {
- "can_cancel_submission": true,
- "can_approve_submission": true,
- "can_reject_submission": true,
- "can_resubmit_submission": true
}, - "resolution_description": "string",
- "status": "string",
- "title": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "comment": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "current_resolution_created_at_date": "2019-08-24T14:15:22Z",
- "current_resolution_creator_id": 0,
- "current_resolution_description": "string",
- "external_reference_ids": [
- "string"
], - "line_item_total_formatted": "string",
- "line_item_total_in_cents": 0,
- "permissions": {
- "can_cancel_submission": true,
- "can_approve_submission": true,
- "can_reject_submission": true,
- "can_resubmit_submission": true
}, - "resolution_description": "string",
- "status": "string",
- "title": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "workspace_id": "string"
}
}, - "survey_answers": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "survey_question_id": "string",
- "survey_response_id": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "survey_question_id": "string",
- "survey_response_id": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "survey_questions": {
- "property1": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "question_type": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "choice_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "question_type": "string",
- "text": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "survey_responses": {
- "property1": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "status": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_answer_ids": [
- "string"
], - "survey_template_id": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}, - "property2": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "status": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_answer_ids": [
- "string"
], - "survey_template_id": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}
}, - "survey_templates": {
- "property1": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_question_ids": [
- "string"
], - "survey_response_ids": [
- "string"
], - "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}, - "property2": {
- "close_date": "2019-08-24",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "due_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "open_date": "2019-08-24",
- "owner_id": "string",
- "respondent_id": "string",
- "subject_ref": {
- "key": "string",
- "id": "string"
}, - "survey_question_ids": [
- "string"
], - "survey_response_ids": [
- "string"
], - "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": "string"
}
}, - "time_entries": {
- "property1": {
- "active_submission_id": "string",
- "approved": true,
- "billable": true,
- "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "date_performed": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "invoice_id": "string",
- "is_invoiced": true,
- "location": "string",
- "location_id": 0,
- "notes": "string",
- "rate_in_cents": 0,
- "recent_submission_id": "string",
- "role_id": "string",
- "story_id": "string",
- "taxable": true,
- "time_in_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_can_edit": true,
- "user_id": "string",
- "workspace_id": "string"
}, - "property2": {
- "active_submission_id": "string",
- "approved": true,
- "billable": true,
- "cost_rate_in_cents": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "date_performed": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "invoice_id": "string",
- "is_invoiced": true,
- "location": "string",
- "location_id": 0,
- "notes": "string",
- "rate_in_cents": 0,
- "recent_submission_id": "string",
- "role_id": "string",
- "story_id": "string",
- "taxable": true,
- "time_in_minutes": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "user_can_edit": true,
- "user_id": "string",
- "workspace_id": "string"
}
}, - "time_off_entries": {
- "property1": {
- "external_reference_ids": [
- "string"
], - "hours": 0,
- "requested_date": "2019-08-24",
- "submission_date": "2019-08-24",
- "user_id": "string"
}, - "property2": {
- "external_reference_ids": [
- "string"
], - "hours": 0,
- "requested_date": "2019-08-24",
- "submission_date": "2019-08-24",
- "user_id": "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"
]
}
}, - "vendors": {
- "property1": {
- "archived": true,
- "external_reference_ids": [
- "string"
], - "externally_managed": true,
- "in_use": true,
- "name": "string"
}, - "property2": {
- "archived": true,
- "external_reference_ids": [
- "string"
], - "externally_managed": true,
- "in_use": true,
- "name": "string"
}
}, - "workspaces": {
- "property1": {
- "access_level": "string",
- "account_color_id": "string",
- "account_id": 0,
- "account_insights_mapping_ids": [
- "string"
], - "actual_fees_includes_additional_line_items": true,
- "actual_fees_includes_expenses": true,
- "approver_id": "string",
- "approver_ids": [
- "string"
], - "archived": true,
- "billable_minutes": 0,
- "budget_remaining": "string",
- "budget_used": "string",
- "budget_used_in_cents": 0,
- "budgeted": true,
- "can_create_line_items": true,
- "can_invite": true,
- "change_orders_enabled": true,
- "client_lead_name": "string",
- "client_role_name": "string",
- "consultant_role_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "current_status_report_id": "string",
- "current_user_participation_id": "string",
- "custom_field_value_ids": [
- "string"
], - "default_rate": "string",
- "description": "string",
- "due_date": "2019-08-24",
- "effective_due_date": "2019-08-24",
- "estimated_minutes": 0,
- "exclude_archived_stories_percent_complete": true,
- "expenses_in_burn_rate": true,
- "external_link": {
- "url": "string",
- "text": "string"
}, - "external_reference_ids": [
- "string"
], - "financial_viewer_ids": [
- "string"
], - "has_active_expense_report_submissions": true,
- "has_active_timesheet_submissions": true,
- "has_budget_access": true,
- "incoming_email_address": "string",
- "lock_date": "2019-08-24",
- "minutes_logged": 0,
- "next_uncompleted_milestone_id": "string",
- "non_billable_minutes": 0,
- "over_budget": true,
- "participant_ids": [
- "string"
], - "participation_ids": [
- "string"
], - "percent_of_budget_used": 0,
- "percentage_complete": 0,
- "permissions": {
- "can_upload_files": true,
- "can_private_message": true,
- "can_join": true,
- "is_participant": true,
- "access_level": "string",
- "team_lead": true,
- "user_is_client": true,
- "can_change_price": true,
- "can_change_story_billable": true,
- "can_post": true,
- "can_edit": true,
- "restricted": true,
- "can_see_financials": true,
- "is_guest_on_project": true
}, - "possible_approver_ids": [
- "string"
], - "posts_require_privacy_decision": true,
- "price": "string",
- "price_in_cents": 0,
- "primary_counterpart_id": "string",
- "primary_maven_id": "string",
- "primary_workspace_group_id": "string",
- "provider_lead_name": "string",
- "rate_card_id": 0,
- "require_expense_approvals": true,
- "require_notes_on_time_entries": true,
- "require_time_approvals": true,
- "stage": "string",
- "start_date": "2019-08-24",
- "status": {
- "color": "string",
- "key": "string",
- "message": "string"
}, - "status_report_ids": [
- "string"
], - "stories_are_fixed_fee_by_default": true,
- "target_margin": 0,
- "tasks_default_non_billable": true,
- "time_trackable": true,
- "timesheet_submission_ids": [
- "string"
], - "title": "string",
- "total_expenses_in_cents": 0,
- "total_invoiced": "string",
- "total_minutes_approved": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_group_ids": [
- "string"
], - "workspace_invoice_preference_id": 0,
- "workspace_resource_ids": [
- "string"
], - "workspace_resources_with_unnamed_ids": [
- "string"
]
}, - "property2": {
- "access_level": "string",
- "account_color_id": "string",
- "account_id": 0,
- "account_insights_mapping_ids": [
- "string"
], - "actual_fees_includes_additional_line_items": true,
- "actual_fees_includes_expenses": true,
- "approver_id": "string",
- "approver_ids": [
- "string"
], - "archived": true,
- "billable_minutes": 0,
- "budget_remaining": "string",
- "budget_used": "string",
- "budget_used_in_cents": 0,
- "budgeted": true,
- "can_create_line_items": true,
- "can_invite": true,
- "change_orders_enabled": true,
- "client_lead_name": "string",
- "client_role_name": "string",
- "consultant_role_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "currency": "string",
- "currency_base_unit": 0,
- "currency_symbol": "string",
- "current_status_report_id": "string",
- "current_user_participation_id": "string",
- "custom_field_value_ids": [
- "string"
], - "default_rate": "string",
- "description": "string",
- "due_date": "2019-08-24",
- "effective_due_date": "2019-08-24",
- "estimated_minutes": 0,
- "exclude_archived_stories_percent_complete": true,
- "expenses_in_burn_rate": true,
- "external_link": {
- "url": "string",
- "text": "string"
}, - "external_reference_ids": [
- "string"
], - "financial_viewer_ids": [
- "string"
], - "has_active_expense_report_submissions": true,
- "has_active_timesheet_submissions": true,
- "has_budget_access": true,
- "incoming_email_address": "string",
- "lock_date": "2019-08-24",
- "minutes_logged": 0,
- "next_uncompleted_milestone_id": "string",
- "non_billable_minutes": 0,
- "over_budget": true,
- "participant_ids": [
- "string"
], - "participation_ids": [
- "string"
], - "percent_of_budget_used": 0,
- "percentage_complete": 0,
- "permissions": {
- "can_upload_files": true,
- "can_private_message": true,
- "can_join": true,
- "is_participant": true,
- "access_level": "string",
- "team_lead": true,
- "user_is_client": true,
- "can_change_price": true,
- "can_change_story_billable": true,
- "can_post": true,
- "can_edit": true,
- "restricted": true,
- "can_see_financials": true,
- "is_guest_on_project": true
}, - "possible_approver_ids": [
- "string"
], - "posts_require_privacy_decision": true,
- "price": "string",
- "price_in_cents": 0,
- "primary_counterpart_id": "string",
- "primary_maven_id": "string",
- "primary_workspace_group_id": "string",
- "provider_lead_name": "string",
- "rate_card_id": 0,
- "require_expense_approvals": true,
- "require_notes_on_time_entries": true,
- "require_time_approvals": true,
- "stage": "string",
- "start_date": "2019-08-24",
- "status": {
- "color": "string",
- "key": "string",
- "message": "string"
}, - "status_report_ids": [
- "string"
], - "stories_are_fixed_fee_by_default": true,
- "target_margin": 0,
- "tasks_default_non_billable": true,
- "time_trackable": true,
- "timesheet_submission_ids": [
- "string"
], - "title": "string",
- "total_expenses_in_cents": 0,
- "total_invoiced": "string",
- "total_minutes_approved": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_group_ids": [
- "string"
], - "workspace_invoice_preference_id": 0,
- "workspace_resource_ids": [
- "string"
], - "workspace_resources_with_unnamed_ids": [
- "string"
]
}
}, - "workspace_allocations": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "end_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "hard": true,
- "minutes": 0,
- "notes": "string",
- "percentage": 0,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "updater_id": "string",
- "workspace_id": "string",
- "workspace_resource_id": "string"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "creator_id": "string",
- "end_date": "2019-08-24",
- "external_reference_ids": [
- "string"
], - "hard": true,
- "minutes": 0,
- "notes": "string",
- "percentage": 0,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "updater_id": "string",
- "workspace_id": "string",
- "workspace_resource_id": "string"
}
}, - "workspace_groups": {
- "property1": {
- "address": "string",
- "company": true,
- "contact_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "string",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "notes": "string",
- "phone_number": "string",
- "rate_card_set_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "website": "string",
- "workspace_ids": [
- "string"
]
}, - "property2": {
- "address": "string",
- "company": true,
- "contact_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "string",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "notes": "string",
- "phone_number": "string",
- "rate_card_set_ids": [
- "string"
], - "updated_at": "2019-08-24T14:15:22Z",
- "website": "string",
- "workspace_ids": [
- "string"
]
}
}, - "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"
}
}
}
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.
External Reference has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}