Authorizations
Token-based authentication with required prefix "Token"
Response
200 - application/json
Maximum length:
250Required range:
-1000000000000000000 < x < 1000000000000000000curl --request GET \
--url https://api.meetcampfire.com/rr/api/v1/contracts/{contract_id}/milestones/{id} \
--header 'Authorization: <api-key>'{
"id": 123,
"customer": 123,
"contract": 123,
"product": 123,
"product_bundle": 123,
"product_name": "<string>",
"product_bundle_name": "<string>",
"milestone_name": "<string>",
"milestone_date": "2023-12-25",
"amount": 0,
"description": "<string>",
"department": 123,
"department_name": "<string>",
"tags": [
{
"id": 123,
"group_name": "<string>",
"parent_name": "<string>",
"parent": 123,
"is_deleted": false,
"deleted_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"last_modified_at": "2023-11-07T05:31:56Z",
"customer": 123,
"group": 123
}
],
"revenue_transaction_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"last_modified_at": "<string>",
"is_deleted": false,
"deleted_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.meetcampfire.com/rr/api/v1/contracts/{contract_id}/milestones/{id} \
--header 'Authorization: <api-key>'{
"id": 123,
"customer": 123,
"contract": 123,
"product": 123,
"product_bundle": 123,
"product_name": "<string>",
"product_bundle_name": "<string>",
"milestone_name": "<string>",
"milestone_date": "2023-12-25",
"amount": 0,
"description": "<string>",
"department": 123,
"department_name": "<string>",
"tags": [
{
"id": 123,
"group_name": "<string>",
"parent_name": "<string>",
"parent": 123,
"is_deleted": false,
"deleted_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"last_modified_at": "2023-11-07T05:31:56Z",
"customer": 123,
"group": 123
}
],
"revenue_transaction_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"last_modified_at": "<string>",
"is_deleted": false,
"deleted_at": "2023-11-07T05:31:56Z"
}Token-based authentication with required prefix "Token"
250-1000000000000000000 < x < 1000000000000000000Show child attributes