{ "uuid": "4942593c-c7be-4dd6-841d-6a496e7d30a2", "lastMigration": 29, "name": "Apacta", "endpointPrefix": "api/v1", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "4f308c4e-ac4b-4cad-bc0c-db389e29a88d", "documentation": "Get list of cities supported in Apacta", "method": "get", "endpoint": "cities", "responses": [ { "uuid": "73fab95c-03b1-4ac9-8566-c5954142b4c7", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"zip_code\": {{faker 'number.int' max=99999}}\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a6745c5e-bd0a-4c9f-9ae5-10da832b1265", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d19b76ff-944e-4849-8c85-e1a31cfeb646", "documentation": "Get details about one city", "method": "get", "endpoint": "cities/:city_id", "responses": [ { "uuid": "add9bf0a-6dad-4ff6-bba4-b0b940f520fb", "body": "{\n \"data\": {\n \"created\": \"\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"zip_code\": {{faker 'number.int' max=99999}}\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eddcba3b-6658-4ed3-8b6d-9788ebb39220", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a9a9ba52-26aa-46b3-9275-6f8db845ca98", "documentation": "Get a list of clocking records", "method": "get", "endpoint": "clocking_records", "responses": [ { "uuid": "56709882-66bc-497c-a899-e66542846ebc", "body": "{\n \"data\": [\n {\n \"checked_in\": \"\",\n \"checked_out\": \"\",\n \"checkin_latitude\": \"\",\n \"checkin_longitude\": \"\",\n \"checkout_latitude\": \"\",\n \"checkout_longitude\": \"\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"user_id\": \"{{faker 'string.uuid'}}\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c218566e-7221-4284-8903-5d1dc14fadbb", "documentation": "Create clocking record for authenticated user", "method": "post", "endpoint": "clocking_records", "responses": [ { "uuid": "4ae0af33-97ab-47af-8b3a-2ca40365fac9", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "Successfully added clocking record", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "76526b57-1d7e-4115-b36b-00b62d85cf4e", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6adf6f57-7914-4700-bfda-d4113e64e705", "documentation": "Checkout active clocking record for authenticated user", "method": "post", "endpoint": "clocking_records/checkout", "responses": [ { "uuid": "72cbab5a-e7bb-426d-9ac9-75f09aaf5b77", "body": "{\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "Successfully checked out", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ba8f5d1c-b7d2-40a1-bc0b-bb1e5b3f84e0", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3bb69e7e-84b0-4baa-a21b-b272c77f2de0", "documentation": "Delete a clocking record", "method": "delete", "endpoint": "clocking_records/:clocking_record_id", "responses": [ { "uuid": "1bc0a8a4-0ed2-4416-b189-c7e56595a0a6", "body": "{\n \"data\": [\n \"\"\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "87c07a49-1f38-48d4-9a27-758a66dd17b0", "documentation": "Details of 1 clocking_record", "method": "get", "endpoint": "clocking_records/:clocking_record_id", "responses": [ { "uuid": "e1c34565-ca88-4d1c-8a37-c43606ab4834", "body": "{\n \"data\": {\n \"checked_in\": \"\",\n \"checked_out\": \"\",\n \"checkin_latitude\": \"\",\n \"checkin_longitude\": \"\",\n \"checkout_latitude\": \"\",\n \"checkout_longitude\": \"\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"user_id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "86cc5193-a8c1-4787-9272-31df70f0dab9", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Clocking record not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9648d73e-dd02-4ed8-b75e-402a26652f03", "documentation": "Edit a clocking record", "method": "put", "endpoint": "clocking_records/:clocking_record_id", "responses": [ { "uuid": "63087427-1acf-4c50-ba61-75b95c780835", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c37e89e1-4cf3-4bf0-911a-276c9992eeaa", "documentation": "Get a list of companies", "method": "get", "endpoint": "companies", "responses": [ { "uuid": "8100e8bf-3170-4c96-b37a-4800fa637858", "body": "{\n \"data\": [\n {\n \"city_id\": \"{{faker 'string.uuid'}}\",\n \"contact_person_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"cvr\": \"\",\n \"deleted\": \"\",\n \"expired\": \"{{faker 'date.recent' 365}}\",\n \"file_id\": \"{{faker 'string.uuid'}}\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"invoice_email\": \"{{faker 'internet.email'}}\",\n \"language_id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"next_invoice_number\": {{faker 'number.int' max=99999}},\n \"phone\": \"\",\n \"phone_countrycode\": \"\",\n \"receive_form_mails\": \"{{faker 'internet.email'}}\",\n \"street_name\": \"\",\n \"vat_percent\": {{faker 'number.int' max=99999}},\n \"website\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "80456e2b-d7f7-46b6-8772-b1dd3721c860", "documentation": "Details of 1 company", "method": "get", "endpoint": "companies/:company_id", "responses": [ { "uuid": "a5bce7b1-562f-4184-9b80-6e05505dbbb7", "body": "{\n \"data\": {\n \"city_id\": \"{{faker 'string.uuid'}}\",\n \"contact_person_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"cvr\": \"\",\n \"deleted\": \"\",\n \"expired\": \"{{faker 'date.recent' 365}}\",\n \"file_id\": \"{{faker 'string.uuid'}}\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"invoice_email\": \"{{faker 'internet.email'}}\",\n \"language_id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"next_invoice_number\": {{faker 'number.int' max=99999}},\n \"phone\": \"\",\n \"phone_countrycode\": \"\",\n \"receive_form_mails\": \"{{faker 'internet.email'}}\",\n \"street_name\": \"\",\n \"vat_percent\": {{faker 'number.int' max=99999}},\n \"website\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "Company object", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6b81edd8-3a9f-4938-8211-0fa0824c98ed", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Company not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "661dac50-7e69-4d22-afe4-14fe70070f0c", "documentation": "Get a list of integration feature settings", "method": "get", "endpoint": "companies/:company_id/integration_feature_settings", "responses": [ { "uuid": "48238751-ad44-434b-8bad-1525d9ade4f1", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"default_value\": \"\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"integration_feature_id\": \"{{faker 'string.uuid'}}\",\n \"is_custom_setting\": {{faker 'datatype.boolean'}},\n \"modified\": \"\",\n \"name\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "76730f37-147f-4ffb-85b3-c5415e32d268", "documentation": "Show details of 1 integration feature setting", "method": "get", "endpoint": "companies/:company_id/integration_feature_settings/:integration_feature_setting_id", "responses": [ { "uuid": "2eead576-6436-48d3-b663-0984c43b7286", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"default_value\": \"\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"integration_feature_id\": \"{{faker 'string.uuid'}}\",\n \"is_custom_setting\": {{faker 'datatype.boolean'}},\n \"modified\": \"\",\n \"name\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6ca9affc-5207-48a2-a722-8ad95abf3a78", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "IntegrationFeatureSetting not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "02facac6-28a8-4673-94a2-4e2aa3441418", "documentation": "Get list of contact types supported in Apacta", "method": "get", "endpoint": "contact_types", "responses": [ { "uuid": "1029d5b5-f860-43e1-8cff-1a868dc369ea", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"{{oneOf (array 'client' 'partner' 'supplier')}}\",\n \"modified\": \"\",\n \"name\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "79e77cea-a74f-4e2a-a3b5-78dee7872c41", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2d3b7095-e926-4eff-a22b-35fd28356b67", "documentation": "Get details about one contact type", "method": "get", "endpoint": "contact_types/:contact_type_id", "responses": [ { "uuid": "445fca22-8b09-4294-a5db-f0dfe7ea2c94", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"{{oneOf (array 'client' 'partner' 'supplier')}}\",\n \"modified\": \"\",\n \"name\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d03df665-0a1f-4228-9cda-d51bd26098df", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "10dbfbd7-fd10-4ea4-b3b2-f697c499e5ac", "documentation": "Get a list of contacts", "method": "get", "endpoint": "contacts", "responses": [ { "uuid": "c076e511-8317-4cd6-8fd2-79da75963475", "body": "{\n \"data\": [\n {\n \"address\": \"\",\n \"city_id\": \"{{faker 'string.uuid'}}\",\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"cvr\": \"\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"email\": \"\",\n \"erp_id\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2b09fd8a-5410-4fd8-bebb-8d8eaf032c1c", "documentation": "Add a new contact", "method": "post", "endpoint": "contacts", "responses": [ { "uuid": "dfa1f595-f7ed-4279-9634-6ed8e361f43a", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "Successfully added contact", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3d9d7869-01aa-4346-9ffe-402d87bac9a6", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e68c2542-0d02-424e-8e02-6fe457294688", "documentation": "Delete a contact", "method": "delete", "endpoint": "contacts/:contact_id", "responses": [ { "uuid": "637c8a39-e2a3-4def-8f0c-8289b4d5b980", "body": "{\n \"data\": [\n \"\"\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4ed38b0b-9fcd-4817-af9c-23af6a8c8e73", "documentation": "Details of 1 contact", "method": "get", "endpoint": "contacts/:contact_id", "responses": [ { "uuid": "cd778085-d095-4ed7-8f1b-ab42f6d75b72", "body": "{\n \"data\": {\n \"address\": \"\",\n \"city_id\": \"{{faker 'string.uuid'}}\",\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"cvr\": \"\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"email\": \"\",\n \"erp_id\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"website\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8c976e30-6bf2-4b1f-91e5-757f032ecd64", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Contact not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29db51f1-493f-43ac-a4bc-5ed40d1401db", "documentation": "Edit a contact", "method": "put", "endpoint": "contacts/:contact_id", "responses": [ { "uuid": "da27b89b-fa59-45dc-a660-5d105b09c95a", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "04a4b4ce-fa4b-4a09-9405-30cc411a08d3", "documentation": "Get list of currencies supported in Apacta", "method": "get", "endpoint": "currencies", "responses": [ { "uuid": "d7e459f4-0fa6-4853-b7d0-2dfa9875b98a", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"currency_sign\": \"\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"name\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f106f680-cf42-4509-91d6-04ce8f69a64d", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0444b3a8-4956-4b2e-b73d-12431ff7dfb9", "documentation": "Get details about one currency", "method": "get", "endpoint": "currencies/:currency_id", "responses": [ { "uuid": "575254fe-a0f1-4c0d-a257-ef84cd57fc11", "body": "{\n \"data\": {\n \"created\": \"\",\n \"currency_sign\": \"\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"name\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5e25cfa6-c741-4085-9935-f961d2c0c802", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c0bd368c-ba29-4089-a540-07b8f9a9da02", "documentation": "Used to retrieve details about the logged in user's hours", "method": "get", "endpoint": "employee_hours", "responses": [ { "uuid": "0b5d92c6-ffff-403b-9a11-77e21d86fb07", "body": "{\n \"data\": [\n {\n \"form_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"form_id\": \"{{faker 'string.uuid'}}\",\n \"project_name\": \"\",\n \"total_hours\": {{faker 'number.int' max=99999}},\n \"working_description\": \"\",\n \"working_description_full\": \"\"\n }\n ],\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6e9fa886-bf00-4df9-9a85-dc784d90bdec", "documentation": "Show list of expense files", "method": "get", "endpoint": "expense_files", "responses": [ { "uuid": "87848325-25cd-4bea-a922-2844698289c5", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"expense_id\": \"{{faker 'string.uuid'}}\",\n \"file\": \"\",\n \"file_extension\": \"\",\n \"file_original_name\": \"\",\n \"file_size\": \"\",\n \"file_type\": \"\",\n \"file_url\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "44087fbe-c0cb-450f-ba02-b22a75f1c2cc", "documentation": "Add file to expense", "method": "post", "endpoint": "expense_files", "responses": [ { "uuid": "82b6d5ba-9c3a-41c2-9e6f-79ac80c4d1e3", "body": "", "latency": 0, "statusCode": 201, "label": "Successfully added file", "headers": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "42e78788-20f2-48ae-b63f-60d30ca5da27", "body": "", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f1c19807-3df4-4fc5-b152-32dd6666179d", "documentation": "Delete file", "method": "delete", "endpoint": "expense_files/:expense_file_id", "responses": [ { "uuid": "0a79be64-f94c-48ce-b3c3-9601967df19c", "body": "{\n \"data\": [\n \"\"\n ],\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fdec7651-3217-4a17-9a47-46e219281d5d", "documentation": "Show file", "method": "get", "endpoint": "expense_files/:expense_file_id", "responses": [ { "uuid": "6d3ee979-50c8-48d7-bce5-bb5fe2fe06d2", "body": "{\n \"data\": [\n \"\"\n ],\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5cf3c54c-576d-40b2-9ac6-366d56b130cc", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "047583ef-4dcb-405f-a922-e2057c766948", "documentation": "Edit file", "method": "put", "endpoint": "expense_files/:expense_file_id", "responses": [ { "uuid": "9c35521b-87c7-43ff-a93d-802583de2a13", "body": "{\n \"data\": {},\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee8e925e-8270-497f-84d8-33cde3cc6dc7", "documentation": "Show list of expense lines", "method": "get", "endpoint": "expense_lines", "responses": [ { "uuid": "c32d99d4-d7d7-4e13-b680-9799a189a52d", "body": "{\n \"data\": [\n {\n \"buying_price\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"currency_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"expense_id\": \"{{faker 'string.uuid'}}\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"selling_price\": {{faker 'number.float'}},\n \"text\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "033dfaed-bde4-4d49-a078-6152fc9de75e", "documentation": "Add line to expense", "method": "post", "endpoint": "expense_lines", "responses": [ { "uuid": "657c7965-a119-4d36-9bfe-f97e61ba8551", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b0033c4f-eec1-40ab-97e8-ed6b84773512", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "896ea1bc-74f9-4d11-9d53-225a538b1345", "documentation": "Delete expense line", "method": "delete", "endpoint": "expense_lines/:expense_line_id", "responses": [ { "uuid": "f4d83d8d-ba89-4ed1-b230-73e8b639b629", "body": "{\n \"data\": {\n \"buying_price\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"currency_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"expense_id\": \"{{faker 'string.uuid'}}\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"selling_price\": {{faker 'number.float'}},\n \"text\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ac9653b4-d581-438c-8d79-c4e181df7156", "documentation": "Show expense line", "method": "get", "endpoint": "expense_lines/:expense_line_id", "responses": [ { "uuid": "ee022304-c2b1-45bc-8e0c-3e51ad76e1ef", "body": "{\n \"data\": {\n \"buying_price\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"currency_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"expense_id\": \"{{faker 'string.uuid'}}\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"selling_price\": {{faker 'number.float'}},\n \"text\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "096a84ac-f571-47ba-a9d2-b07b83a38858", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a7b69c2a-0503-47fe-a2ec-48610d157c6d", "documentation": "Edit expense line", "method": "put", "endpoint": "expense_lines/:expense_line_id", "responses": [ { "uuid": "b5ee3e6d-84a2-4275-96f0-8c4a553cfde9", "body": "{\n \"data\": {\n \"buying_price\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"currency_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"expense_id\": \"{{faker 'string.uuid'}}\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"selling_price\": {{faker 'number.float'}},\n \"text\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ed0dd28e-9eb5-4410-98e0-7d64339ae3e2", "documentation": "Show list of expenses", "method": "get", "endpoint": "expenses", "responses": [ { "uuid": "2f548df7-0d5e-4c36-9f30-eff5a7c4b949", "body": "{\n \"data\": [\n {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"contact_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"currency_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"delivery_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"reference\": \"\",\n \"short_text\": \"\",\n \"supplier_invoice_number\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "30da9b5d-55d8-4669-8372-07a5ca6a9b90", "documentation": "Add line to expense", "method": "post", "endpoint": "expenses", "responses": [ { "uuid": "947a81d5-841e-48a5-9785-4019b8ac56cf", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8369d6a0-cf84-41ee-a66d-4dbf572accaa", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a3e735d-4472-4e49-b66c-0da14dba794f", "documentation": "Delete expense", "method": "delete", "endpoint": "expenses/:expense_id", "responses": [ { "uuid": "3368c1e5-4ccd-4181-a15f-41cea3bd37db", "body": "{\n \"data\": {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"contact_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"currency_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"delivery_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"reference\": \"\",\n \"short_text\": \"\",\n \"supplier_invoice_number\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "182ee4f9-f66f-425a-8877-6caed83f0380", "documentation": "Show expense", "method": "get", "endpoint": "expenses/:expense_id", "responses": [ { "uuid": "bb463cb8-c4b2-4a90-b218-b8b941d8ee72", "body": "{\n \"data\": {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"contact_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"currency_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"delivery_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"reference\": \"\",\n \"short_text\": \"\",\n \"supplier_invoice_number\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "66e5bcbb-ee0f-47da-a61d-c2822ef74690", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9d483d81-f6cc-4b35-b102-d2425f168797", "documentation": "Edit expense", "method": "put", "endpoint": "expenses/:expense_id", "responses": [ { "uuid": "0a91215b-59ce-4409-9a49-80826d0112a5", "body": "{\n \"data\": {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"contact_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"currency_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"delivery_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"reference\": \"\",\n \"short_text\": \"\",\n \"supplier_invoice_number\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f133504-16a4-4889-89ab-e7b7a9452ccc", "documentation": "Show list of all OIOUBL files for the expense", "method": "get", "endpoint": "expenses/:expense_id/original_files", "responses": [ { "uuid": "4b91c9d6-e5fc-4ce0-bc01-ec4e9ccacf4a", "body": "{\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ebdcab8e-6528-4907-8a82-7acfaa3daacd", "documentation": "Show OIOUBL file", "method": "get", "endpoint": "expenses/:expense_id/original_files/:file_id", "responses": [ { "uuid": "98e882ab-4349-49a3-945f-2c9449d7faa2", "body": "{\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9cc26d30-9222-491f-89bb-2752bbc62b4a", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0114909b-0280-4765-b4e0-1d580cad10a7", "documentation": "Get list of form field types", "method": "get", "endpoint": "form_field_types", "responses": [ { "uuid": "e6ddda37-f6e9-4edf-b326-ed1abe3bdf8f", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"name\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "43566027-4995-417a-9778-dc0e12abd719", "documentation": "Get details about single `FormField`", "method": "get", "endpoint": "form_field_types/:form_field_type_id", "responses": [ { "uuid": "2faf7a3b-89f9-4bda-8dfe-8fbe6af6c15d", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"name\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fa7b33a2-39fe-4a61-9d82-c026a62ec027", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6dcbf4e8-2522-4546-8e4f-14ed5b72b9f7", "documentation": "Add a new field to a `Form`", "method": "post", "endpoint": "form_fields", "responses": [ { "uuid": "8561853c-44de-4cb1-bb50-4feead4cdf10", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "Successfully added field", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "adce9919-1056-4023-ba17-c3a677c58a78", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "931101a6-6ae9-4637-a042-1af9ec083ba2", "documentation": "Get details about single `FormField`", "method": "get", "endpoint": "form_fields/:form_field_id", "responses": [ { "uuid": "d03907fe-7210-4e86-b635-4a9130f63edc", "body": "{\n \"data\": {\n \"comment\": \"\",\n \"content_value\": \"\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"file_id\": \"{{faker 'string.uuid'}}\",\n \"form_field_type_id\": \"{{faker 'string.uuid'}}\",\n \"form_id\": \"{{faker 'string.uuid'}}\",\n \"form_template_field_id\": \"{{faker 'string.uuid'}}\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"placement\": {{faker 'number.int' max=99999}}\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "793960b6-50be-4689-997b-bad96e6ba7be", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "36a1717a-06d1-431b-932b-066cfed72a15", "documentation": "Get array of form_templates for your company", "method": "get", "endpoint": "form_templates", "responses": [ { "uuid": "f1223342-2a86-4675-bf8b-be9a48941ddf", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"form_category_id\": \"{{faker 'string.uuid'}}\",\n \"form_overview_category_id\": \"{{faker 'string.uuid'}}\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"is_active\": {{faker 'datatype.boolean'}},\n \"modified\": \"\",\n \"name\": \"\",\n \"pdf_template_identifier\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f81ada6b-2507-4c5f-b018-650a05d6223e", "documentation": "View one form template", "method": "get", "endpoint": "form_templates/:form_template_id", "responses": [ { "uuid": "4ebeabec-2815-4535-88bd-adefda189662", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"form_category_id\": \"{{faker 'string.uuid'}}\",\n \"form_overview_category_id\": \"{{faker 'string.uuid'}}\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"is_active\": {{faker 'datatype.boolean'}},\n \"modified\": \"\",\n \"name\": \"\",\n \"pdf_template_identifier\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8e16c7bc-2fcc-4b74-8bb9-a7abce778ced", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3caaec0e-219b-4dec-b447-6185f897cabd", "documentation": "Retrieve array of forms", "method": "get", "endpoint": "forms", "responses": [ { "uuid": "adbd57ba-ed18-4964-a975-3873e95a397a", "body": "{\n \"data\": [\n {\n \"approved_by_id\": \"{{faker 'string.uuid'}}\",\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"form_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"form_template_id\": \"{{faker 'string.uuid'}}\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_draft\": {{faker 'datatype.boolean'}},\n \"is_invoiced\": {{faker 'datatype.boolean'}},\n \"is_shared\": {{faker 'datatype.boolean'}},\n \"mass_form_id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"project_id\": \"{{faker 'string.uuid'}}\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "091d44e2-eca8-40ca-b81b-3e1dbb76f056", "documentation": "Add new form", "method": "post", "endpoint": "forms", "responses": [ { "uuid": "d05fdbe9-d767-493a-8bec-d0466fcffff6", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e019576a-f3bc-4a03-ab5c-ed0038cb23c3", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2897ec5b-2c56-450a-a731-4de5d6f0f769", "documentation": "Delete a form", "method": "delete", "endpoint": "forms/:form_id", "responses": [ { "uuid": "dc0a72b3-4a05-43cf-b247-e814fd54905c", "body": "", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "64e8801b-7975-444b-a02d-46ad0d58ce22", "documentation": "View form", "method": "get", "endpoint": "forms/:form_id", "responses": [ { "uuid": "f786e9db-40f0-4773-8745-7050f5ec8601", "body": "{\n \"data\": {\n \"approved_by_id\": \"{{faker 'string.uuid'}}\",\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"form_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"form_template_id\": \"{{faker 'string.uuid'}}\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_draft\": {{faker 'datatype.boolean'}},\n \"is_invoiced\": {{faker 'datatype.boolean'}},\n \"is_shared\": {{faker 'datatype.boolean'}},\n \"mass_form_id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"project_id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8a575b7d-c19a-425f-b74f-58e18ec23a8c", "documentation": "Edit a form", "method": "put", "endpoint": "forms/:form_id", "responses": [ { "uuid": "cdb040ce-1a42-4a13-8034-0ca9d38c9884", "body": "", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "44aabe68-08b8-4f1f-bcc6-67faa0ac853f", "documentation": "View list of invoice lines", "method": "get", "endpoint": "invoice_lines", "responses": [ { "uuid": "1124637c-3a97-4bf5-a1e7-96330eac0351", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"discount_percent\": {{faker 'number.int' max=99999}},\n \"discount_text\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"invoice_id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"product_id\": \"{{faker 'string.uuid'}}\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"selling_price\": {{faker 'number.float'}},\n \"user_id\": \"{{faker 'string.uuid'}}\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a5406f7a-357d-441e-8e04-26a4500d869b", "documentation": "Add invoice", "method": "post", "endpoint": "invoice_lines", "responses": [ { "uuid": "c8ee2e86-cf50-49b6-9f27-a8d2ece9713d", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1e9f56f8-4d50-48d9-b83f-8de44474b975", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a9166ff9-e10d-4d41-9072-81b179d80983", "documentation": "Delete invoice line", "method": "delete", "endpoint": "invoice_lines/:invoice_line_id", "responses": [ { "uuid": "2cb6c7ba-3437-4182-8250-cc1f24fa33c0", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a10feb65-af42-4715-92e6-01cab9d65ebe", "documentation": "View invoice line", "method": "get", "endpoint": "invoice_lines/:invoice_line_id", "responses": [ { "uuid": "95a789ef-fece-4c31-a255-bbf61a050235", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"discount_percent\": {{faker 'number.int' max=99999}},\n \"discount_text\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"invoice_id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"product_id\": \"{{faker 'string.uuid'}}\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"selling_price\": {{faker 'number.float'}},\n \"user_id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1da98990-fa67-4c51-b7ce-6b200d02def0", "documentation": "Edit invoice line", "method": "put", "endpoint": "invoice_lines/:invoice_line_id", "responses": [ { "uuid": "331fd808-41ac-41f8-973c-e7474acd601f", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "59315f8b-8506-4f3a-8694-39003532fa12", "documentation": "View list of invoices", "method": "get", "endpoint": "invoices", "responses": [ { "uuid": "17ab1558-9a61-4301-9004-c92a8135c08a", "body": "{\n \"data\": [\n {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"contact_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"currency_id\": \"{{faker 'string.uuid'}}\",\n \"date_from\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"date_to\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"deleted\": \"\",\n \"erp_id\": \"\",\n \"erp_payment_term_id\": \"\",\n \"eu_customer\": {{faker 'datatype.boolean'}},\n \"gross_payment\": {{faker 'number.float'}},\n \"id\": \"{{faker 'string.uuid'}}\",\n \"integration_id\": \"{{faker 'string.uuid'}}\",\n \"invoice_number\": {{faker 'number.int' max=99999}},\n \"is_draft\": {{faker 'datatype.boolean'}},\n \"is_locked\": {{faker 'datatype.boolean'}},\n \"is_offer\": {{faker 'datatype.boolean'}},\n \"issued_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"message\": \"\",\n \"modified\": \"\",\n \"net_payment\": {{faker 'number.float'}},\n \"offer_number\": {{faker 'number.int' max=99999}},\n \"payment_due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"payment_term_id\": \"{{faker 'string.uuid'}}\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"reference\": \"\",\n \"vat_percent\": {{faker 'number.int' max=99999}}\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "418d8144-3762-4319-a8c7-6a38819c008e", "documentation": "Add invoice", "method": "post", "endpoint": "invoices", "responses": [ { "uuid": "e5162669-b61a-4c3b-96d9-0f1b6e95d7de", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "235d3057-173f-4686-aeea-64a9a50965d9", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "59a274c4-3575-4221-9177-4ba3da115ec6", "documentation": "Delete invoice", "method": "delete", "endpoint": "invoices/:invoice_id", "responses": [ { "uuid": "d84044c9-37cd-4ccd-b9e8-5873eb6a286e", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "838f826a-b440-49b9-8ea0-b6a769ae4429", "documentation": "View invoice", "method": "get", "endpoint": "invoices/:invoice_id", "responses": [ { "uuid": "69e7027d-9164-47b9-80a1-f1e2ba327600", "body": "{\n \"data\": {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"contact_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"currency_id\": \"{{faker 'string.uuid'}}\",\n \"date_from\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"date_to\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"deleted\": \"\",\n \"erp_id\": \"\",\n \"erp_payment_term_id\": \"\",\n \"eu_customer\": {{faker 'datatype.boolean'}},\n \"gross_payment\": {{faker 'number.float'}},\n \"id\": \"{{faker 'string.uuid'}}\",\n \"integration_id\": \"{{faker 'string.uuid'}}\",\n \"invoice_number\": {{faker 'number.int' max=99999}},\n \"is_draft\": {{faker 'datatype.boolean'}},\n \"is_locked\": {{faker 'datatype.boolean'}},\n \"is_offer\": {{faker 'datatype.boolean'}},\n \"issued_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"message\": \"\",\n \"modified\": \"\",\n \"net_payment\": {{faker 'number.float'}},\n \"offer_number\": {{faker 'number.int' max=99999}},\n \"payment_due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"payment_term_id\": \"{{faker 'string.uuid'}}\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"reference\": \"\",\n \"vat_percent\": {{faker 'number.int' max=99999}}\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8e515eed-1320-453e-aca1-b4d602a3948f", "documentation": "Edit invoice", "method": "put", "endpoint": "invoices/:invoice_id", "responses": [ { "uuid": "a269c576-4166-4348-88a4-412cf099c9bf", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4ad0a2e3-13ae-4eb1-a06e-1cd71f6153dd", "documentation": "View list of mass messages for specific user", "method": "get", "endpoint": "mass_messages_users", "responses": [ { "uuid": "26e7b9ee-6c0e-4a2c-bbf7-527818141655", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_read\": {{faker 'datatype.boolean'}},\n \"is_sent_email\": {{faker 'datatype.boolean'}},\n \"mass_message\": {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"content\": \"\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\"\n },\n \"mass_message_id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"user_id\": \"{{faker 'string.uuid'}}\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5f323942-01f9-439b-a826-064d13ff3dc5", "documentation": "View mass message", "method": "get", "endpoint": "mass_messages_users/:mass_messages_user_id", "responses": [ { "uuid": "74dd47a2-40e4-431a-b3e9-34067fcfd3a0", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_read\": {{faker 'datatype.boolean'}},\n \"is_sent_email\": {{faker 'datatype.boolean'}},\n \"mass_message\": {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"content\": \"\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\"\n },\n \"mass_message_id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"user_id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6c7f1518-f89b-4d20-9e24-dd151eadfd99", "documentation": "Edit mass message", "method": "put", "endpoint": "mass_messages_users/:mass_messages_user_id", "responses": [ { "uuid": "eb565687-2d7b-4f4d-8b6a-e86b52dc1c40", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f892774-2bbd-49ab-abea-9bdf6e50f05f", "documentation": "View list of all materials", "method": "get", "endpoint": "materials", "responses": [ { "uuid": "a60a2434-dc20-468f-9a3c-b3b125f2ffb5", "body": "{\n \"data\": [\n {\n \"barcode\": \"\",\n \"billing_cycle\": \"\",\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"cost_price\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_single_usage\": {{faker 'datatype.boolean'}},\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"name\": \"\",\n \"selling_price\": {{faker 'number.float'}}\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e433ec2f-e4ec-49be-8533-9a83a3a4bcdc", "documentation": "Delete material", "method": "delete", "endpoint": "materials/:material_id", "responses": [ { "uuid": "f485ea52-6e3b-4193-9d42-8f109090c1d9", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b2cf63f0-c8cf-4866-a740-ce669ca4622c", "documentation": "View material", "method": "get", "endpoint": "materials/:material_id", "responses": [ { "uuid": "3a076f5e-1e4e-471d-b721-dc2f39e490b7", "body": "{\n \"data\": {\n \"barcode\": \"\",\n \"billing_cycle\": \"\",\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"cost_price\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_single_usage\": {{faker 'datatype.boolean'}},\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"name\": \"\",\n \"selling_price\": {{faker 'number.float'}}\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "40d8db8c-e704-4cc2-a444-bdaae1dfae20", "documentation": "Edit material", "method": "put", "endpoint": "materials/:material_id", "responses": [ { "uuid": "0e39eb21-7422-4e74-850b-4c2da5949ea9", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3acd984e-512f-4ecb-8af2-5f2b01487cc7", "documentation": "Show list of rentals for specific material", "method": "get", "endpoint": "materials/:material_id/rentals/", "responses": [ { "uuid": "101d7192-8d82-4da7-b3da-a91e8433de50", "body": "{\n \"data\": [\n {\n \"amount\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"from_date\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_invoiced\": \"\",\n \"material_id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"quantity\": {{faker 'number.float'}},\n \"to_date\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c88ddd6f-d153-4833-9857-2f7f9b551aa4", "documentation": "Add material rental", "method": "post", "endpoint": "materials/:material_id/rentals/", "responses": [ { "uuid": "669ada4f-e3d6-4100-8e9a-df2a96a46cf4", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5325ee62-ce9b-4458-86df-3a5ee4c616c9", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c6e98a7e-219e-4d00-803d-a3556e773f75", "documentation": "Checkout material rental", "method": "post", "endpoint": "materials/:material_id/rentals/checkout/", "responses": [ { "uuid": "110cb0be-819d-4122-8419-bf9f2967fc00", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9261e6d0-a4ec-433a-aaf8-4596ae3c2e7a", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5cf61d90-cf91-43d9-9852-8c9383d3b0af", "documentation": "Delete material rental", "method": "delete", "endpoint": "materials/:material_id/rentals/:material_rental_id/", "responses": [ { "uuid": "e40b0fce-6e99-4893-a285-109d362d6c0c", "body": "{\n \"data\": {},\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8431e2ad-81cb-483e-93ab-975d6c6d2ae3", "documentation": "Show rental foor materi", "method": "get", "endpoint": "materials/:material_id/rentals/:material_rental_id/", "responses": [ { "uuid": "c3dfeb06-4f57-4670-9e84-c7002e504f4e", "body": "{\n \"data\": {\n \"amount\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"from_date\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_invoiced\": \"\",\n \"material_id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"quantity\": {{faker 'number.float'}},\n \"to_date\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0ac9f90b-796e-4578-b782-9a8578b571da", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f48c6f1d-b3e3-4b26-a1b0-eb254f6d3bac", "documentation": "Add material", "method": "post", "endpoint": "materials/:material_id/rentals/:material_rental_id/", "responses": [ { "uuid": "3087cb73-4168-497a-a3ae-cd5f0c3b0d0c", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c94ccbaf-27c4-44da-b3df-5c12727827e5", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "600c49c4-8ec3-489b-af04-234ff9924d02", "documentation": "Edit material rental", "method": "put", "endpoint": "materials/:material_id/rentals/:material_rental_id/", "responses": [ { "uuid": "65c2e959-9e86-48f5-90e8-8010817d01a9", "body": "{\n \"data\": {},\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "df00749a-3757-443d-a304-e2f8ce557af9", "documentation": "Get a list of payment term types", "method": "get", "endpoint": "payment_term_types", "responses": [ { "uuid": "31f3e567-dbed-4a6c-9b51-6324b869bc08", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"name\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a5b71ac5-0d3f-496a-b049-a794896f1999", "documentation": "Details of 1 payment term type", "method": "get", "endpoint": "payment_term_types/:payment_term_type_id", "responses": [ { "uuid": "4e6b62cc-923e-4e7d-a1ec-b7f618f01de8", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"name\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "89dc43ba-f8cc-4015-888e-c47377e2d8f9", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29ab71a4-ed85-46f3-9f08-8912cbebccc3", "documentation": "Get a list of payment terms", "method": "get", "endpoint": "payment_terms", "responses": [ { "uuid": "3e68cd14-c828-480f-a33e-0905b96381a8", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"days_of_credit\": {{faker 'number.int' max=99999}},\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"payment_term_type_id\": \"{{faker 'string.uuid'}}\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "54c80ede-4ab2-4f2d-bf1b-135ce4d18c27", "documentation": "Details of 1 payment term", "method": "get", "endpoint": "payment_terms/:payment_term_id", "responses": [ { "uuid": "8a8aeabe-c9a1-46fd-8967-1afa90047d30", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"days_of_credit\": {{faker 'number.int' max=99999}},\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"payment_term_type_id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a3c649de-9c38-4bf5-8fe4-4e6d773bbe1d", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "PaymentTerm not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f17d87f-f28b-47ba-8664-ada513e65cea", "documentation": "Check if API is up and API key works", "method": "get", "endpoint": "ping", "responses": [ { "uuid": "2c7065a9-6219-44ca-aa7b-1cbc656bb21c", "body": "{\n \"status\": \"ok\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "296e303f-d695-4085-8cd9-8e26230d6599", "documentation": "List products", "method": "get", "endpoint": "products", "responses": [ { "uuid": "6dd84dfc-fa91-48db-8614-9a3310c7f9d7", "body": "{\n \"data\": [\n {\n \"barcode\": \"\",\n \"buying_price\": {{faker 'number.float'}},\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"erp_id\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"product_number\": \"\",\n \"selling_price\": {{faker 'number.float'}}\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5faa73f1-fe28-4f68-92ad-c7f66e6b0460", "documentation": "Add new product", "method": "post", "endpoint": "products", "responses": [ { "uuid": "e7bbad5a-f64a-4764-b34c-7f44b2e26d0d", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "227def44-04cc-490f-9235-4c09705be6f2", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d4a4be0c-478f-46ff-8b64-9ace42cfa020", "documentation": "Delete a product", "method": "delete", "endpoint": "products/:product_id", "responses": [ { "uuid": "1d4c1bc4-7796-4cd9-986b-346e5e0ec733", "body": "{\n \"data\": [\n \"\"\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "162ee7fa-8e97-424e-b3c3-28e5318b6e19", "documentation": "View single product", "method": "get", "endpoint": "products/:product_id", "responses": [ { "uuid": "dcbe0c09-c348-49b4-8ddb-ed9372613f2a", "body": "{\n \"data\": {\n \"barcode\": \"\",\n \"buying_price\": {{faker 'number.float'}},\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"erp_id\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"product_number\": \"\",\n \"selling_price\": {{faker 'number.float'}}\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8328458d-c7ea-441c-8be9-ec6e6c464498", "documentation": "Edit a product", "method": "put", "endpoint": "products/:product_id", "responses": [ { "uuid": "93af9a86-1804-4d52-9582-ffc0c76b4c66", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "121df7fb-9525-45c9-8c6d-f83aaa570f08", "documentation": "Get list of project statuses", "method": "get", "endpoint": "project_statuses", "responses": [ { "uuid": "4cfc281b-a217-46a0-ba91-00a1b16d9196", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"{{oneOf (array 'ready_for_billing' 'open' 'closed')}}\",\n \"modified\": \"\",\n \"name\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ad12c36c-7353-42a4-aca5-ec1c0769d5e0", "documentation": "Get details about one contact type", "method": "get", "endpoint": "project_statuses/:project_status_id", "responses": [ { "uuid": "90f0f7fd-9c9e-46ac-b04a-a10fe9a1129c", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"{{oneOf (array 'ready_for_billing' 'open' 'closed')}}\",\n \"modified\": \"\",\n \"name\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6d4d8ece-1fd1-4bb5-a8c1-ce983ba391f5", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a2c50ac-3fdd-4825-af05-e47608faa770", "documentation": "View list of projects", "method": "get", "endpoint": "projects", "responses": [ { "uuid": "b9ce896b-d484-438b-89fb-962a565c16c7", "body": "{\n \"data\": [\n {\n \"contact_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"erp_project_id\": \"\",\n \"erp_task_id\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"project_status_id\": \"{{faker 'string.uuid'}}\",\n \"start_time\": \"\",\n \"street_name\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "047265b4-7bc5-4039-b22e-e690e27b2a93", "documentation": "Add a project", "method": "post", "endpoint": "projects", "responses": [ { "uuid": "e9219b18-9702-41f0-a5b8-05f841dd012f", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dc61f388-0d71-4934-83ed-787f7698157d", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "04340399-ebae-43ca-b70b-472e06df0e17", "documentation": "Delete a project", "method": "delete", "endpoint": "projects/:project_id", "responses": [ { "uuid": "e4480027-07b1-44d6-b209-e44d03533d97", "body": "{\n \"data\": [\n \"\"\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d855358d-25eb-47b6-bf24-bcc5c030f68b", "documentation": "View specific project", "method": "get", "endpoint": "projects/:project_id", "responses": [ { "uuid": "e1f0828f-83ea-4586-8ce8-ddebb2ff0866", "body": "{\n \"data\": {\n \"contact_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"erp_project_id\": \"\",\n \"erp_task_id\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"project_status_id\": \"{{faker 'string.uuid'}}\",\n \"start_time\": \"\",\n \"street_name\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "432bef48-0d1d-466f-880a-2ace2a19e437", "documentation": "Edit a project", "method": "put", "endpoint": "projects/:project_id", "responses": [ { "uuid": "7194818a-f879-47c1-ab4f-0855622fe48e", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "055e1d4e-d1aa-485e-8c2a-e6fdab98f6e3", "documentation": "Show list of files uploaded to project", "method": "get", "endpoint": "projects/:project_id/files", "responses": [ { "uuid": "805bf65e-7c0f-480b-9018-68ccddb97977", "body": "{\n \"data\": [\n \"\"\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "763346aa-71bd-4e51-a3c4-4495869c28ee", "documentation": "Delete file", "method": "delete", "endpoint": "projects/:project_id/files/:file_id/", "responses": [ { "uuid": "2f8b09cd-1b7e-4afd-b53c-b424bd0eb909", "body": "{\n \"data\": {},\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1cceea3f-8827-4c92-8587-808dc98defa5", "documentation": "Show file", "method": "get", "endpoint": "projects/:project_id/files/:file_id/", "responses": [ { "uuid": "d0627d7d-7b6f-4032-923c-15cb284b85ca", "body": "{\n \"data\": {},\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6d9b81f7-6d5e-4b5b-a532-c06eecb40441", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dc48f57e-9f8a-4858-9791-83c5027617ff", "documentation": "Edit file", "method": "put", "endpoint": "projects/:project_id/files/:file_id/", "responses": [ { "uuid": "273cc874-5919-4f36-99e2-e0ac4b7cc58c", "body": "{\n \"data\": {},\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6a593530-8647-4ecf-b82b-8a173d9c7bcc", "documentation": "Show list of project files uploaded to project", "method": "get", "endpoint": "projects/:project_id/project_files", "responses": [ { "uuid": "bfdac7b7-970a-4ce3-bbb3-5d01af4d8828", "body": "{\n \"data\": [\n \"\"\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "786a4873-cd91-4b63-ac2d-c152f1987ffa", "documentation": "Add project file to projects", "method": "post", "endpoint": "projects/:project_id/project_files", "responses": [ { "uuid": "a520ceda-4cf7-4f4b-a6fc-f3416cde7ff8", "body": "", "latency": 0, "statusCode": 201, "label": "Successfully added project file", "headers": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3fadbea7-7475-49b3-a941-3f65a4638f46", "body": "", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c0545ecf-7a43-4463-b673-47feb7dc9cec", "documentation": "Delete project file", "method": "delete", "endpoint": "projects/:project_id/project_files/:project_file_id/", "responses": [ { "uuid": "49961086-b8e1-4b10-a754-c0a7d8678603", "body": "{\n \"data\": {},\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "21ca708f-b7a7-4d5c-b0fc-a22cae590c05", "documentation": "Show project file", "method": "get", "endpoint": "projects/:project_id/project_files/:project_file_id/", "responses": [ { "uuid": "620ba803-04fa-45ec-b673-ece98ad318d1", "body": "{\n \"data\": {},\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5f6ba340-a8c5-4ab7-86d1-b052ff05fb04", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "24cf17b4-ea52-40c5-82b9-5315d3aadbc0", "documentation": "Edit project file", "method": "put", "endpoint": "projects/:project_id/project_files/:project_file_id/", "responses": [ { "uuid": "3307c516-4f22-4382-8aea-96c48608dff0", "body": "{\n \"data\": {},\n \"success\": true\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1273345d-d4b3-432a-80a4-dd2929394904", "documentation": "Show list of users added to project", "method": "get", "endpoint": "projects/:project_id/users/", "responses": [ { "uuid": "b71da7e2-eb1d-423e-8e14-3e813b8ae32d", "body": "{\n \"data\": [\n {\n \"api_key\": \"{{faker 'string.uuid'}}\",\n \"city_id\": \"{{faker 'string.uuid'}}\",\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"cost_price\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"email\": \"{{faker 'internet.email'}}\",\n \"extra_price\": {{faker 'number.float'}},\n \"first_name\": \"\",\n \"full_name\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_active\": {{faker 'datatype.boolean'}},\n \"language_id\": \"{{faker 'string.uuid'}}\",\n \"last_name\": \"\",\n \"mobile\": \"\",\n \"mobile_countrycode\": \"\",\n \"modified\": \"\",\n \"password\": \"\",\n \"phone\": \"\",\n \"phone_countrycode\": \"\",\n \"receive_form_mails\": {{faker 'datatype.boolean'}},\n \"sale_price\": {{faker 'number.float'}},\n \"street_name\": \"\",\n \"website\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "de7050fe-84e0-4031-8804-21abc8589444", "documentation": "Add user to project", "method": "post", "endpoint": "projects/:project_id/users/", "responses": [ { "uuid": "50630a11-b7dc-49f0-ad41-2d9b475b1169", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "aa51d9da-9b7a-4939-86e9-9351e234c841", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c43a8707-6a85-48d8-bd08-6c4ca10865a6", "documentation": "Delete user from project", "method": "delete", "endpoint": "projects/:project_id/users/:user_id", "responses": [ { "uuid": "b9a9ece8-bf23-4002-a25c-1f1016dcc5be", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0f62c53-0bb0-4f89-a6cf-ed92ce1eac90", "documentation": "View specific user assigned to project", "method": "get", "endpoint": "projects/:project_id/users/:user_id", "responses": [ { "uuid": "d5457b39-386c-4a5e-92d4-b40051e5c3b9", "body": "{\n \"data\": {\n \"api_key\": \"{{faker 'string.uuid'}}\",\n \"city_id\": \"{{faker 'string.uuid'}}\",\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"cost_price\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"email\": \"{{faker 'internet.email'}}\",\n \"extra_price\": {{faker 'number.float'}},\n \"first_name\": \"\",\n \"full_name\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_active\": {{faker 'datatype.boolean'}},\n \"language_id\": \"{{faker 'string.uuid'}}\",\n \"last_name\": \"\",\n \"mobile\": \"\",\n \"mobile_countrycode\": \"\",\n \"modified\": \"\",\n \"password\": \"\",\n \"phone\": \"\",\n \"phone_countrycode\": \"\",\n \"receive_form_mails\": {{faker 'datatype.boolean'}},\n \"sale_price\": {{faker 'number.float'}},\n \"street_name\": \"\",\n \"website\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ceca7610-601c-4960-bd08-8a0779c1f19b", "documentation": "List stock_locations", "method": "get", "endpoint": "stock_locations", "responses": [ { "uuid": "4dbf0c1f-563c-490c-9cad-58f903f94554", "body": "{\n \"data\": [\n {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97e80d69-8d2f-49ff-8562-56282f8727ef", "documentation": "Add new stock_locations", "method": "post", "endpoint": "stock_locations", "responses": [ { "uuid": "60ed1bf5-faae-4bb3-8dcf-e81a0fefac94", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "26722df5-22f1-484a-8ede-f69064a23f1d", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aee6b7e2-8423-483e-b123-6a1d239efe28", "documentation": "Delete location", "method": "delete", "endpoint": "stock_locations/:location_id", "responses": [ { "uuid": "a9e992a3-9bab-4dc3-8dd9-a02c57c848ab", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e2dfdb5a-940b-465b-898e-20878c1de8db", "documentation": "View single location", "method": "get", "endpoint": "stock_locations/:location_id", "responses": [ { "uuid": "62c7accc-d785-4627-9006-5966d4f6c942", "body": "{\n \"data\": {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0631c4f7-8f85-4765-9086-83d2fae5568e", "documentation": "Edit location", "method": "put", "endpoint": "stock_locations/:location_id", "responses": [ { "uuid": "e36f3cf1-a2af-4a28-8c67-41872902ec7d", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f9b2164-b2b5-4693-965d-b6f903d30ed2", "documentation": "List time entries", "method": "get", "endpoint": "time_entries", "responses": [ { "uuid": "348e5a33-0c0d-43c4-9e85-995c19dae588", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"form_id\": \"{{faker 'string.uuid'}}\",\n \"from_time\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_all_day\": {{faker 'datatype.boolean'}},\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"sum\": {{faker 'number.int' max=99999}},\n \"time_entry_type_id\": \"{{faker 'string.uuid'}}\",\n \"to_time\": \"\",\n \"user_id\": \"{{faker 'string.uuid'}}\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5cabd843-3ba9-4e83-9ce6-d073a7a0d63c", "documentation": "Add new time entry", "method": "post", "endpoint": "time_entries", "responses": [ { "uuid": "61c14683-6041-4162-a8c6-3cc115c1d377", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee9ed5d1-887f-424e-89bb-d560bb7791c4", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1e7b9adf-3bea-4103-a080-843f82d2cbd8", "documentation": "Delete time entry", "method": "delete", "endpoint": "time_entries/:time_entry_id", "responses": [ { "uuid": "48442d74-100f-4e05-a209-f8068d0f1dce", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c9d6b305-ddc1-4c71-917d-7ef7cfc26fe0", "documentation": "View time entry", "method": "get", "endpoint": "time_entries/:time_entry_id", "responses": [ { "uuid": "08c11872-9901-4c70-b038-5b8992a3cbf3", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"form_id\": \"{{faker 'string.uuid'}}\",\n \"from_time\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_all_day\": {{faker 'datatype.boolean'}},\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"sum\": {{faker 'number.int' max=99999}},\n \"time_entry_type_id\": \"{{faker 'string.uuid'}}\",\n \"to_time\": \"\",\n \"user_id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "383f55da-e6a6-4b83-8782-31ee015f1310", "documentation": "Edit time entry", "method": "put", "endpoint": "time_entries/:time_entry_id", "responses": [ { "uuid": "1ae62c86-09ec-484d-9b88-6ebaf938222e", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e1644d17-586e-410e-966c-96f246e792f2", "documentation": "List possible time entry intervals", "method": "get", "endpoint": "time_entry_intervals", "responses": [ { "uuid": "dc73b22b-b30b-4800-a38e-6ca98ce26b81", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"name\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ae482e6c-f4a9-4971-b9be-eb8b6ef878fc", "documentation": "View time entry interval", "method": "get", "endpoint": "time_entry_intervals/:time_entry_interval_id", "responses": [ { "uuid": "dd167a8c-2b33-4015-9445-1ffde6247e5e", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"name\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a2316836-3609-4bd2-a919-2cd899aca1f4", "documentation": "List time entries types", "method": "get", "endpoint": "time_entry_types", "responses": [ { "uuid": "3ac2bb8e-99cf-4497-accc-1a354fc44129", "body": "{\n \"data\": [\n {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"name\": \"\",\n \"time_entry_interval_id\": \"{{faker 'string.uuid'}}\",\n \"time_entry_value_type_id\": \"{{faker 'string.uuid'}}\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e179c79b-eae9-4ae0-88a6-51e2bfa51c48", "documentation": "Add new time entry type", "method": "post", "endpoint": "time_entry_types", "responses": [ { "uuid": "ea0fb873-e0ac-4453-b095-ad655b084579", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0b4d2dc6-b40b-4267-8b75-ec2dd7b4752c", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a99e33f8-21f8-4665-a9ec-7cd8e6c7801b", "documentation": "Delete time entry type", "method": "delete", "endpoint": "time_entry_types/:time_entry_type_id", "responses": [ { "uuid": "be228c24-c7ce-434e-b05c-19438d1c745c", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "321809b1-7cbe-4145-a23a-d184e5abe508", "documentation": "View time entry type", "method": "get", "endpoint": "time_entry_types/:time_entry_type_id", "responses": [ { "uuid": "4ccac6b2-0370-46ae-9b50-edd9569714e2", "body": "{\n \"data\": {\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"name\": \"\",\n \"time_entry_interval_id\": \"{{faker 'string.uuid'}}\",\n \"time_entry_value_type_id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "42215522-629e-4894-bcc3-8e5a9090e424", "documentation": "Edit time entry type", "method": "put", "endpoint": "time_entry_types/:time_entry_type_id", "responses": [ { "uuid": "d462310c-c5e3-436f-8123-22d72840c0d8", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "64d385fd-15fd-4a2d-86f6-694bcaf9bcd8", "documentation": "List possible time entry unit types", "method": "get", "endpoint": "time_entry_unit_types", "responses": [ { "uuid": "dbf812dc-8f84-41da-8844-be52f7b0b4b7", "body": "{\n \"data\": [\n {\n \"abbreviation\": \"\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"name\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9a77faff-5209-4892-8edc-7d827a52788b", "documentation": "View time entry unit type", "method": "get", "endpoint": "time_entry_unit_types/:time_entry_unit_type_id", "responses": [ { "uuid": "55c93ba1-9fcc-4a81-8db9-018ddd870baa", "body": "{\n \"data\": {\n \"abbreviation\": \"\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"name\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b02dccd6-1e72-4e06-9f47-71adbe6954a6", "documentation": "List possible time entry value types", "method": "get", "endpoint": "time_entry_value_types", "responses": [ { "uuid": "623f9799-23c3-4138-8e0f-decd1394edcc", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"name\": \"\",\n \"time_entry_unit_type_id\": \"{{faker 'string.uuid'}}\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1646fe71-d748-4e99-b918-fd5f02f33b08", "documentation": "View time entry value type", "method": "get", "endpoint": "time_entry_value_types/:time_entry_value_type_id", "responses": [ { "uuid": "4fe5c0e9-42ad-4ac9-9e02-588224681ec9", "body": "{\n \"data\": {\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"identifier\": \"\",\n \"modified\": \"\",\n \"modified_by_id\": \"{{faker 'string.uuid'}}\",\n \"name\": \"\",\n \"time_entry_unit_type_id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "834fc4fa-396c-425b-ac71-dd46051b0345", "documentation": "Get list of users in company", "method": "get", "endpoint": "users", "responses": [ { "uuid": "d45e3ab2-760f-43cb-802d-cb4b0ac21768", "body": "{\n \"data\": [\n {\n \"api_key\": \"{{faker 'string.uuid'}}\",\n \"city_id\": \"{{faker 'string.uuid'}}\",\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"cost_price\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"email\": \"{{faker 'internet.email'}}\",\n \"extra_price\": {{faker 'number.float'}},\n \"first_name\": \"\",\n \"full_name\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_active\": {{faker 'datatype.boolean'}},\n \"language_id\": \"{{faker 'string.uuid'}}\",\n \"last_name\": \"\",\n \"mobile\": \"\",\n \"mobile_countrycode\": \"\",\n \"modified\": \"\",\n \"password\": \"\",\n \"phone\": \"\",\n \"phone_countrycode\": \"\",\n \"receive_form_mails\": {{faker 'datatype.boolean'}},\n \"sale_price\": {{faker 'number.float'}},\n \"street_name\": \"\",\n \"website\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b9fcb17-b0f5-4811-a4ae-e24cb77fab48", "documentation": "Add user to company", "method": "post", "endpoint": "users", "responses": [ { "uuid": "1a605f45-1721-4552-921c-f2154305670b", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f336a455-9686-49c9-88f9-f14bb45eb8e3", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f9dfb772-aab9-4c2f-a384-aed037368e76", "documentation": "Delete user", "method": "delete", "endpoint": "users/:user_id", "responses": [ { "uuid": "981eb54f-f0bb-43b0-9e07-d78e54f65145", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ff017f8c-c797-48fd-8bb3-f66358a27c48", "documentation": "View user", "method": "get", "endpoint": "users/:user_id", "responses": [ { "uuid": "22b2db96-9f4c-47d6-aede-09f5f1c034ce", "body": "{\n \"data\": {\n \"api_key\": \"{{faker 'string.uuid'}}\",\n \"city_id\": \"{{faker 'string.uuid'}}\",\n \"company_id\": \"{{faker 'string.uuid'}}\",\n \"cost_price\": {{faker 'number.float'}},\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"email\": \"{{faker 'internet.email'}}\",\n \"extra_price\": {{faker 'number.float'}},\n \"first_name\": \"\",\n \"full_name\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"is_active\": {{faker 'datatype.boolean'}},\n \"language_id\": \"{{faker 'string.uuid'}}\",\n \"last_name\": \"\",\n \"mobile\": \"\",\n \"mobile_countrycode\": \"\",\n \"modified\": \"\",\n \"password\": \"\",\n \"phone\": \"\",\n \"phone_countrycode\": \"\",\n \"receive_form_mails\": {{faker 'datatype.boolean'}},\n \"sale_price\": {{faker 'number.float'}},\n \"street_name\": \"\",\n \"website\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "35f1b174-89b0-4a9a-9301-f2746f6161ca", "documentation": "Edit user", "method": "put", "endpoint": "users/:user_id", "responses": [ { "uuid": "3136e709-24f9-453b-ab2a-bcf6112be8e9", "body": "{\n \"data\": [\n {}\n ],\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a28bcfc-c600-4092-b0f7-f5b8b8f4fbb1", "documentation": "List vendor products", "method": "get", "endpoint": "vendor_products", "responses": [ { "uuid": "848d0d88-de29-4ef0-85c1-9599d82aa9a7", "body": "{\n \"data\": [\n {\n \"barcode\": \"\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"price\": {{faker 'number.float'}},\n \"product_category_number\": \"\",\n \"product_number\": \"\",\n \"vendor_id\": \"{{faker 'string.uuid'}}\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9e8de308-b89d-43ee-82df-3523a2d1ecde", "documentation": "View single vendor product", "method": "get", "endpoint": "vendor_products/:vendor_product_id", "responses": [ { "uuid": "2461c525-236e-4887-aaba-3a384d817e4f", "body": "{\n \"data\": {\n \"barcode\": \"\",\n \"created\": \"\",\n \"created_by_id\": \"{{faker 'string.uuid'}}\",\n \"deleted\": \"\",\n \"description\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"modified\": \"\",\n \"name\": \"\",\n \"price\": {{faker 'number.float'}},\n \"product_category_number\": \"\",\n \"product_number\": \"\",\n \"vendor_id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b05994c-2ac3-48aa-99f9-1c9f073d388a", "documentation": "Add wall comment", "method": "post", "endpoint": "wall_comments", "responses": [ { "uuid": "112f56e2-b161-48e3-95d5-e7bce994b0e0", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "71e255ae-d1b6-4dc5-8627-7ef24f995b3e", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "530f9ee9-359a-4d8f-97f0-52a153a796c4", "documentation": "View wall comment", "method": "get", "endpoint": "wall_comments/:wall_comment_id", "responses": [ { "uuid": "2d38afdf-6507-41a9-a140-6b4f39cc68a2", "body": "{\n \"data\": {\n \"created\": \"\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"message\": \"\",\n \"modified\": \"\",\n \"user_id\": \"\",\n \"wall_post_id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "14d13349-f1ad-409a-8a8d-6002f2ad6501", "documentation": "View list of wall posts", "method": "get", "endpoint": "wall_posts", "responses": [ { "uuid": "6f979333-8197-4c1d-8dbc-a1d6dd75360b", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"message\": \"\",\n \"modified\": \"\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"user_id\": \"{{faker 'string.uuid'}}\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ba41c397-27d6-4fa5-84e1-6672d223a7ca", "body": "", "latency": 0, "statusCode": 401, "label": "Not authorized to access project", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d89698f-7725-4748-82b0-0b865391d281", "body": "", "latency": 0, "statusCode": 404, "label": "Project not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a62ea13-615f-4215-a25e-50d921010b8c", "documentation": "Add a wall post", "method": "post", "endpoint": "wall_posts", "responses": [ { "uuid": "832885ed-5fe8-4f29-a560-01ee5572d240", "body": "{\n \"data\": {\n \"id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": true\n}", "latency": 0, "statusCode": 201, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0d4790e5-e9b4-46e3-b084-b1a85070b516", "body": "{\n \"data\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"errorCount\": {{faker 'number.int' max=99999}},\n \"errors\": {},\n \"message\": \"A validation error occurred\",\n \"url\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 422, "label": "Validation error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a125dfc3-6a17-459e-92a7-883ce92dbc5c", "documentation": "View wall post", "method": "get", "endpoint": "wall_posts/:wall_post_id", "responses": [ { "uuid": "40e673bc-8d2c-45ca-83e9-504e569d6b73", "body": "{\n \"data\": {\n \"created\": \"\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"message\": \"\",\n \"modified\": \"\",\n \"project_id\": \"{{faker 'string.uuid'}}\",\n \"user_id\": \"{{faker 'string.uuid'}}\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e84f6554-56a8-46ea-b25d-41a2e4ed6327", "documentation": "See wall comments to a wall post", "method": "get", "endpoint": "wall_posts/:wall_post_id/wall_comments", "responses": [ { "uuid": "b93a75c1-1b0f-4d42-80fc-58d08e0d878e", "body": "{\n \"data\": [\n {\n \"created\": \"\",\n \"deleted\": \"\",\n \"id\": \"{{faker 'string.uuid'}}\",\n \"message\": \"\",\n \"modified\": \"\",\n \"user_id\": \"\",\n \"wall_post_id\": \"{{faker 'string.uuid'}}\"\n }\n ],\n \"pagination\": {\n \"count\": {{faker 'number.int' max=99999}},\n \"current_page\": \"\",\n \"has_next_page\": {{faker 'datatype.boolean'}},\n \"has_prev_page\": {{faker 'datatype.boolean'}},\n \"limit\": {{faker 'number.int' max=99999}},\n \"page_count\": \"\"\n },\n \"success\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "99618c22-817a-40e1-9f38-5d110487e312", "body": "", "latency": 0, "statusCode": 401, "label": "Not authorized to access project", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "95f3f344-1994-4aec-9748-9ae44643bbdc", "body": "", "latency": 0, "statusCode": 404, "label": "Wall post not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "4f308c4e-ac4b-4cad-bc0c-db389e29a88d" }, { "type": "route", "uuid": "d19b76ff-944e-4849-8c85-e1a31cfeb646" }, { "type": "route", "uuid": "a9a9ba52-26aa-46b3-9275-6f8db845ca98" }, { "type": "route", "uuid": "c218566e-7221-4284-8903-5d1dc14fadbb" }, { "type": "route", "uuid": "6adf6f57-7914-4700-bfda-d4113e64e705" }, { "type": "route", "uuid": "3bb69e7e-84b0-4baa-a21b-b272c77f2de0" }, { "type": "route", "uuid": "87c07a49-1f38-48d4-9a27-758a66dd17b0" }, { "type": "route", "uuid": "9648d73e-dd02-4ed8-b75e-402a26652f03" }, { "type": "route", "uuid": "c37e89e1-4cf3-4bf0-911a-276c9992eeaa" }, { "type": "route", "uuid": "80456e2b-d7f7-46b6-8772-b1dd3721c860" }, { "type": "route", "uuid": "661dac50-7e69-4d22-afe4-14fe70070f0c" }, { "type": "route", "uuid": "76730f37-147f-4ffb-85b3-c5415e32d268" }, { "type": "route", "uuid": "02facac6-28a8-4673-94a2-4e2aa3441418" }, { "type": "route", "uuid": "2d3b7095-e926-4eff-a22b-35fd28356b67" }, { "type": "route", "uuid": "10dbfbd7-fd10-4ea4-b3b2-f697c499e5ac" }, { "type": "route", "uuid": "2b09fd8a-5410-4fd8-bebb-8d8eaf032c1c" }, { "type": "route", "uuid": "e68c2542-0d02-424e-8e02-6fe457294688" }, { "type": "route", "uuid": "4ed38b0b-9fcd-4817-af9c-23af6a8c8e73" }, { "type": "route", "uuid": "29db51f1-493f-43ac-a4bc-5ed40d1401db" }, { "type": "route", "uuid": "04a4b4ce-fa4b-4a09-9405-30cc411a08d3" }, { "type": "route", "uuid": "0444b3a8-4956-4b2e-b73d-12431ff7dfb9" }, { "type": "route", "uuid": "c0bd368c-ba29-4089-a540-07b8f9a9da02" }, { "type": "route", "uuid": "6e9fa886-bf00-4df9-9a85-dc784d90bdec" }, { "type": "route", "uuid": "44087fbe-c0cb-450f-ba02-b22a75f1c2cc" }, { "type": "route", "uuid": "f1c19807-3df4-4fc5-b152-32dd6666179d" }, { "type": "route", "uuid": "fdec7651-3217-4a17-9a47-46e219281d5d" }, { "type": "route", "uuid": "047583ef-4dcb-405f-a922-e2057c766948" }, { "type": "route", "uuid": "ee8e925e-8270-497f-84d8-33cde3cc6dc7" }, { "type": "route", "uuid": "033dfaed-bde4-4d49-a078-6152fc9de75e" }, { "type": "route", "uuid": "896ea1bc-74f9-4d11-9d53-225a538b1345" }, { "type": "route", "uuid": "ac9653b4-d581-438c-8d79-c4e181df7156" }, { "type": "route", "uuid": "a7b69c2a-0503-47fe-a2ec-48610d157c6d" }, { "type": "route", "uuid": "ed0dd28e-9eb5-4410-98e0-7d64339ae3e2" }, { "type": "route", "uuid": "30da9b5d-55d8-4669-8372-07a5ca6a9b90" }, { "type": "route", "uuid": "2a3e735d-4472-4e49-b66c-0da14dba794f" }, { "type": "route", "uuid": "182ee4f9-f66f-425a-8877-6caed83f0380" }, { "type": "route", "uuid": "9d483d81-f6cc-4b35-b102-d2425f168797" }, { "type": "route", "uuid": "3f133504-16a4-4889-89ab-e7b7a9452ccc" }, { "type": "route", "uuid": "ebdcab8e-6528-4907-8a82-7acfaa3daacd" }, { "type": "route", "uuid": "0114909b-0280-4765-b4e0-1d580cad10a7" }, { "type": "route", "uuid": "43566027-4995-417a-9778-dc0e12abd719" }, { "type": "route", "uuid": "6dcbf4e8-2522-4546-8e4f-14ed5b72b9f7" }, { "type": "route", "uuid": "931101a6-6ae9-4637-a042-1af9ec083ba2" }, { "type": "route", "uuid": "36a1717a-06d1-431b-932b-066cfed72a15" }, { "type": "route", "uuid": "f81ada6b-2507-4c5f-b018-650a05d6223e" }, { "type": "route", "uuid": "3caaec0e-219b-4dec-b447-6185f897cabd" }, { "type": "route", "uuid": "091d44e2-eca8-40ca-b81b-3e1dbb76f056" }, { "type": "route", "uuid": "2897ec5b-2c56-450a-a731-4de5d6f0f769" }, { "type": "route", "uuid": "64e8801b-7975-444b-a02d-46ad0d58ce22" }, { "type": "route", "uuid": "8a575b7d-c19a-425f-b74f-58e18ec23a8c" }, { "type": "route", "uuid": "44aabe68-08b8-4f1f-bcc6-67faa0ac853f" }, { "type": "route", "uuid": "a5406f7a-357d-441e-8e04-26a4500d869b" }, { "type": "route", "uuid": "a9166ff9-e10d-4d41-9072-81b179d80983" }, { "type": "route", "uuid": "a10feb65-af42-4715-92e6-01cab9d65ebe" }, { "type": "route", "uuid": "1da98990-fa67-4c51-b7ce-6b200d02def0" }, { "type": "route", "uuid": "59315f8b-8506-4f3a-8694-39003532fa12" }, { "type": "route", "uuid": "418d8144-3762-4319-a8c7-6a38819c008e" }, { "type": "route", "uuid": "59a274c4-3575-4221-9177-4ba3da115ec6" }, { "type": "route", "uuid": "838f826a-b440-49b9-8ea0-b6a769ae4429" }, { "type": "route", "uuid": "8e515eed-1320-453e-aca1-b4d602a3948f" }, { "type": "route", "uuid": "4ad0a2e3-13ae-4eb1-a06e-1cd71f6153dd" }, { "type": "route", "uuid": "5f323942-01f9-439b-a826-064d13ff3dc5" }, { "type": "route", "uuid": "6c7f1518-f89b-4d20-9e24-dd151eadfd99" }, { "type": "route", "uuid": "9f892774-2bbd-49ab-abea-9bdf6e50f05f" }, { "type": "route", "uuid": "e433ec2f-e4ec-49be-8533-9a83a3a4bcdc" }, { "type": "route", "uuid": "b2cf63f0-c8cf-4866-a740-ce669ca4622c" }, { "type": "route", "uuid": "40d8db8c-e704-4cc2-a444-bdaae1dfae20" }, { "type": "route", "uuid": "3acd984e-512f-4ecb-8af2-5f2b01487cc7" }, { "type": "route", "uuid": "c88ddd6f-d153-4833-9857-2f7f9b551aa4" }, { "type": "route", "uuid": "c6e98a7e-219e-4d00-803d-a3556e773f75" }, { "type": "route", "uuid": "5cf61d90-cf91-43d9-9852-8c9383d3b0af" }, { "type": "route", "uuid": "8431e2ad-81cb-483e-93ab-975d6c6d2ae3" }, { "type": "route", "uuid": "f48c6f1d-b3e3-4b26-a1b0-eb254f6d3bac" }, { "type": "route", "uuid": "600c49c4-8ec3-489b-af04-234ff9924d02" }, { "type": "route", "uuid": "df00749a-3757-443d-a304-e2f8ce557af9" }, { "type": "route", "uuid": "a5b71ac5-0d3f-496a-b049-a794896f1999" }, { "type": "route", "uuid": "29ab71a4-ed85-46f3-9f08-8912cbebccc3" }, { "type": "route", "uuid": "54c80ede-4ab2-4f2d-bf1b-135ce4d18c27" }, { "type": "route", "uuid": "1f17d87f-f28b-47ba-8664-ada513e65cea" }, { "type": "route", "uuid": "296e303f-d695-4085-8cd9-8e26230d6599" }, { "type": "route", "uuid": "5faa73f1-fe28-4f68-92ad-c7f66e6b0460" }, { "type": "route", "uuid": "d4a4be0c-478f-46ff-8b64-9ace42cfa020" }, { "type": "route", "uuid": "162ee7fa-8e97-424e-b3c3-28e5318b6e19" }, { "type": "route", "uuid": "8328458d-c7ea-441c-8be9-ec6e6c464498" }, { "type": "route", "uuid": "121df7fb-9525-45c9-8c6d-f83aaa570f08" }, { "type": "route", "uuid": "ad12c36c-7353-42a4-aca5-ec1c0769d5e0" }, { "type": "route", "uuid": "7a2c50ac-3fdd-4825-af05-e47608faa770" }, { "type": "route", "uuid": "047265b4-7bc5-4039-b22e-e690e27b2a93" }, { "type": "route", "uuid": "04340399-ebae-43ca-b70b-472e06df0e17" }, { "type": "route", "uuid": "d855358d-25eb-47b6-bf24-bcc5c030f68b" }, { "type": "route", "uuid": "432bef48-0d1d-466f-880a-2ace2a19e437" }, { "type": "route", "uuid": "055e1d4e-d1aa-485e-8c2a-e6fdab98f6e3" }, { "type": "route", "uuid": "763346aa-71bd-4e51-a3c4-4495869c28ee" }, { "type": "route", "uuid": "1cceea3f-8827-4c92-8587-808dc98defa5" }, { "type": "route", "uuid": "dc48f57e-9f8a-4858-9791-83c5027617ff" }, { "type": "route", "uuid": "6a593530-8647-4ecf-b82b-8a173d9c7bcc" }, { "type": "route", "uuid": "786a4873-cd91-4b63-ac2d-c152f1987ffa" }, { "type": "route", "uuid": "c0545ecf-7a43-4463-b673-47feb7dc9cec" }, { "type": "route", "uuid": "21ca708f-b7a7-4d5c-b0fc-a22cae590c05" }, { "type": "route", "uuid": "24cf17b4-ea52-40c5-82b9-5315d3aadbc0" }, { "type": "route", "uuid": "1273345d-d4b3-432a-80a4-dd2929394904" }, { "type": "route", "uuid": "de7050fe-84e0-4031-8804-21abc8589444" }, { "type": "route", "uuid": "c43a8707-6a85-48d8-bd08-6c4ca10865a6" }, { "type": "route", "uuid": "b0f62c53-0bb0-4f89-a6cf-ed92ce1eac90" }, { "type": "route", "uuid": "ceca7610-601c-4960-bd08-8a0779c1f19b" }, { "type": "route", "uuid": "97e80d69-8d2f-49ff-8562-56282f8727ef" }, { "type": "route", "uuid": "aee6b7e2-8423-483e-b123-6a1d239efe28" }, { "type": "route", "uuid": "e2dfdb5a-940b-465b-898e-20878c1de8db" }, { "type": "route", "uuid": "0631c4f7-8f85-4765-9086-83d2fae5568e" }, { "type": "route", "uuid": "9f9b2164-b2b5-4693-965d-b6f903d30ed2" }, { "type": "route", "uuid": "5cabd843-3ba9-4e83-9ce6-d073a7a0d63c" }, { "type": "route", "uuid": "1e7b9adf-3bea-4103-a080-843f82d2cbd8" }, { "type": "route", "uuid": "c9d6b305-ddc1-4c71-917d-7ef7cfc26fe0" }, { "type": "route", "uuid": "383f55da-e6a6-4b83-8782-31ee015f1310" }, { "type": "route", "uuid": "e1644d17-586e-410e-966c-96f246e792f2" }, { "type": "route", "uuid": "ae482e6c-f4a9-4971-b9be-eb8b6ef878fc" }, { "type": "route", "uuid": "a2316836-3609-4bd2-a919-2cd899aca1f4" }, { "type": "route", "uuid": "e179c79b-eae9-4ae0-88a6-51e2bfa51c48" }, { "type": "route", "uuid": "a99e33f8-21f8-4665-a9ec-7cd8e6c7801b" }, { "type": "route", "uuid": "321809b1-7cbe-4145-a23a-d184e5abe508" }, { "type": "route", "uuid": "42215522-629e-4894-bcc3-8e5a9090e424" }, { "type": "route", "uuid": "64d385fd-15fd-4a2d-86f6-694bcaf9bcd8" }, { "type": "route", "uuid": "9a77faff-5209-4892-8edc-7d827a52788b" }, { "type": "route", "uuid": "b02dccd6-1e72-4e06-9f47-71adbe6954a6" }, { "type": "route", "uuid": "1646fe71-d748-4e99-b918-fd5f02f33b08" }, { "type": "route", "uuid": "834fc4fa-396c-425b-ac71-dd46051b0345" }, { "type": "route", "uuid": "9b9fcb17-b0f5-4811-a4ae-e24cb77fab48" }, { "type": "route", "uuid": "f9dfb772-aab9-4c2f-a384-aed037368e76" }, { "type": "route", "uuid": "ff017f8c-c797-48fd-8bb3-f66358a27c48" }, { "type": "route", "uuid": "35f1b174-89b0-4a9a-9301-f2746f6161ca" }, { "type": "route", "uuid": "7a28bcfc-c600-4092-b0f7-f5b8b8f4fbb1" }, { "type": "route", "uuid": "9e8de308-b89d-43ee-82df-3523a2d1ecde" }, { "type": "route", "uuid": "9b05994c-2ac3-48aa-99f9-1c9f073d388a" }, { "type": "route", "uuid": "530f9ee9-359a-4d8f-97f0-52a153a796c4" }, { "type": "route", "uuid": "14d13349-f1ad-409a-8a8d-6002f2ad6501" }, { "type": "route", "uuid": "2a62ea13-615f-4215-a25e-50d921010b8c" }, { "type": "route", "uuid": "a125dfc3-6a17-459e-92a7-883ce92dbc5c" }, { "type": "route", "uuid": "e84f6554-56a8-46ea-b25d-41a2e4ed6327" } ] }