{ "info": { "_postman_id": "aaa43f6e-6e1a-4dc2-b5d5-7351f0ff7673", "name": "Planview AgilePlace API (LeanKit) v2 account planning-series API", "description": "RESTful API for Planview AgilePlace (formerly LeanKit) Kanban boards, cards, lanes, connections, automations, teams, and planning increments. All requests use HTTPS against https://.leankit.com/io/. Data is sent and received as JSON. Transcribed from the published Planview AgilePlace API reference \u2014 no endpoints invented.\n\nContact Support:\n Name: Planview AgilePlace Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:06:25.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "lastUpdatedBy": "35240", "uid": "35240-aaa43f6e-6e1a-4dc2-b5d5-7351f0ff7673" }, "item": [ { "name": "series", "item": [ { "name": "{seriesId}", "item": [ { "name": "increment", "item": [ { "name": "{incrementId}", "item": [ { "name": "status", "item": [ { "name": "{category}", "item": [ { "name": "List the cardIds of cards in the increment that are currently in the increment status category specified by the :categor", "id": "9d853beb-fed0-49b9-80fb-39b116d60831", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status/:category", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status", ":category" ], "variable": [ { "id": "8dd40b02-e23e-46e0-9249-eb42eb5d0478", "key": "seriesId", "value": "", "description": "(Required) seriesId identifier" }, { "id": "b0af0dcb-a55f-4e26-af8f-1c3e6854964b", "key": "incrementId", "value": "", "description": "(Required) incrementId identifier" }, { "id": "03c2a2a0-ecb1-463c-aa29-4ad8982ec5f6", "key": "category", "value": "", "description": "(Required) category identifier" } ] }, "description": "List the cardIds of cards in the increment that are currently in the increment status category specified by the :category" }, "response": [ { "id": "a878c7a2-24e0-46cc-b556-95c07a4b69da", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status/:category", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status", ":category" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" }, { "key": "category" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-a878c7a2-24e0-46cc-b556-95c07a4b69da" }, { "id": "abe2d200-7381-4ab8-a0cc-3a556b98a039", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status/:category", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status", ":category" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" }, { "key": "category" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-abe2d200-7381-4ab8-a0cc-3a556b98a039" }, { "id": "bbc434c0-d30e-48f0-a5a7-9608388a79a1", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status/:category", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status", ":category" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" }, { "key": "category" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-bbc434c0-d30e-48f0-a5a7-9608388a79a1" }, { "id": "84a12d9d-46f1-4c24-938c-28e3cb2c4d8f", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status/:category", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status", ":category" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" }, { "key": "category" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-84a12d9d-46f1-4c24-938c-28e3cb2c4d8f" }, { "id": "58be2d91-48bd-4b0b-a90c-9ddb417e5804", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status/:category", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status", ":category" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" }, { "key": "category" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-58be2d91-48bd-4b0b-a90c-9ddb417e5804" }, { "id": "90679841-b887-4646-a4ba-237c73a42038", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status/:category", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status", ":category" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" }, { "key": "category" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-90679841-b887-4646-a4ba-237c73a42038" }, { "id": "cf1d69b1-ce92-4989-afe4-9127633409b8", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status/:category", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status", ":category" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" }, { "key": "category" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-cf1d69b1-ce92-4989-afe4-9127633409b8" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-9d853beb-fed0-49b9-80fb-39b116d60831" } ], "id": "9ffdd448-00b2-4bdd-a355-ba05203adc18", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-9ffdd448-00b2-4bdd-a355-ba05203adc18" }, { "name": "Enumerates the total number of cards and the number of blocked cards in the increment by status category", "id": "f326ecf3-79bd-46dc-a552-2b9a47ee8e05", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status" ], "variable": [ { "id": "3f3cae88-682c-4af7-bea5-c45999220f6c", "key": "seriesId", "value": "", "description": "(Required) seriesId identifier" }, { "id": "06164580-c094-4d01-8852-3a9842eed0c1", "key": "incrementId", "value": "", "description": "(Required) incrementId identifier" } ] }, "description": "Enumerates the total number of cards and the number of blocked cards in the increment by status category. Path Parameters" }, "response": [ { "id": "680407a3-6b18-4c68-91d4-d837fdb84596", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-680407a3-6b18-4c68-91d4-d837fdb84596" }, { "id": "eb4a7e0a-e03b-45e7-9ab7-36ac2f66bfa3", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-eb4a7e0a-e03b-45e7-9ab7-36ac2f66bfa3" }, { "id": "27aca7a5-0736-4626-91c0-290667f97b87", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-27aca7a5-0736-4626-91c0-290667f97b87" }, { "id": "ee38019a-65ca-415a-883e-fdd71db80040", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-ee38019a-65ca-415a-883e-fdd71db80040" }, { "id": "8b7b8007-d501-49c1-9114-344bdc30e257", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-8b7b8007-d501-49c1-9114-344bdc30e257" }, { "id": "a7311ba5-7a6a-4b32-b124-58cb723a41d2", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-a7311ba5-7a6a-4b32-b124-58cb723a41d2" }, { "id": "1d738a41-3fe8-440c-8f78-9c15cb0b6845", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId/status", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId", "status" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-1d738a41-3fe8-440c-8f78-9c15cb0b6845" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-f326ecf3-79bd-46dc-a552-2b9a47ee8e05" } ], "id": "1b48d576-c396-4bca-ad80-10f3d57378a8", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-1b48d576-c396-4bca-ad80-10f3d57378a8" }, { "name": "Delete a planning increment by id", "id": "98ccb8a7-07a1-40e8-a37e-98ad3f20e757", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "id": "ead9fdbc-2184-4364-a496-0b4afd5e7a49", "key": "seriesId", "value": "", "description": "(Required) seriesId identifier" }, { "id": "f1bf38f7-82fb-4b09-a685-a88c83e0a6e2", "key": "incrementId", "value": "", "description": "(Required) incrementId identifier" } ] }, "description": "Delete a planning increment by id. Requires the Account Administrator or Team Organizer account role." }, "response": [ { "id": "ce2266cf-1541-4ba5-8089-77fec904ea6b", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-ce2266cf-1541-4ba5-8089-77fec904ea6b" }, { "id": "0545c02e-719e-427f-a4fd-7b10938c3275", "name": "Deleted", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-0545c02e-719e-427f-a4fd-7b10938c3275" }, { "id": "f59c0cd1-67a3-4c9b-97a7-fcaf4da094b3", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-f59c0cd1-67a3-4c9b-97a7-fcaf4da094b3" }, { "id": "59a009a1-be93-4bc3-8a24-ea56096ddbf0", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-59a009a1-be93-4bc3-8a24-ea56096ddbf0" }, { "id": "f4d96263-7839-4854-8dff-12b439f5958d", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-f4d96263-7839-4854-8dff-12b439f5958d" }, { "id": "829717e9-bab3-433e-940a-9e280d0bda7e", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-829717e9-bab3-433e-940a-9e280d0bda7e" }, { "id": "2507cfdd-c187-4474-869b-a414bd83745d", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-2507cfdd-c187-4474-869b-a414bd83745d" }, { "id": "ed5f9187-f777-403c-90b1-feb41acecbba", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-ed5f9187-f777-403c-90b1-feb41acecbba" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-98ccb8a7-07a1-40e8-a37e-98ad3f20e757" }, { "name": "Get a planning increment by series and increment ids", "id": "b68b238c-d4be-4273-9a9b-ca011eca346f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "id": "cf92392d-485f-4d77-8f6c-9a328a063d4c", "key": "seriesId", "value": "", "description": "(Required) seriesId identifier" }, { "id": "584d5e73-6c2d-40c7-a4e2-4d265c956a69", "key": "incrementId", "value": "", "description": "(Required) incrementId identifier" } ] }, "description": "Get a planning increment by series and increment ids. Example Request" }, "response": [ { "id": "c7a3f63a-a9ee-494d-a22f-969234f00e0e", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-c7a3f63a-a9ee-494d-a22f-969234f00e0e" }, { "id": "b8e14ce6-8eae-4fc9-bb9e-f5182b0b40d5", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-b8e14ce6-8eae-4fc9-bb9e-f5182b0b40d5" }, { "id": "a3de2d2c-a4ed-4e2d-9164-d7668991dee4", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-a3de2d2c-a4ed-4e2d-9164-d7668991dee4" }, { "id": "9e6bd7d6-c3c6-4aa8-993e-55d2cbcb1e45", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-9e6bd7d6-c3c6-4aa8-993e-55d2cbcb1e45" }, { "id": "d081d9c7-77f5-4f17-921d-5249c1ca0635", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-d081d9c7-77f5-4f17-921d-5249c1ca0635" }, { "id": "2adc760f-a171-4b80-98f9-da381ad14e37", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-2adc760f-a171-4b80-98f9-da381ad14e37" }, { "id": "8efe7b0f-b02e-4ef8-a720-5e989a5e2468", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-8efe7b0f-b02e-4ef8-a720-5e989a5e2468" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-b68b238c-d4be-4273-9a9b-ca011eca346f" }, { "name": "Update an existing planning increment", "id": "095069d8-665c-4449-a6e1-f9f70e451500", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "id": "8eba70de-062b-457c-be74-9f88c8f611ca", "key": "seriesId", "value": "", "description": "(Required) seriesId identifier" }, { "id": "2bbd06c7-9cc5-416a-8a66-1c71d90336c5", "key": "incrementId", "value": "", "description": "(Required) incrementId identifier" } ] }, "description": "Update an existing planning increment. Requires the Account Administrator or Team Organizer account role." }, "response": [ { "id": "da601cfe-699a-47b5-815a-754231509294", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-da601cfe-699a-47b5-815a-754231509294" }, { "id": "7d046763-15af-4e9c-8f26-bd9fb3177e0c", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-7d046763-15af-4e9c-8f26-bd9fb3177e0c" }, { "id": "861d23c3-36fc-412d-ace2-f63c4cf01954", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-861d23c3-36fc-412d-ace2-f63c4cf01954" }, { "id": "01ad7e8e-9518-4639-b5e3-82a66bddbef5", "name": "Not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-01ad7e8e-9518-4639-b5e3-82a66bddbef5" }, { "id": "13de16d1-8030-47e9-aef3-f111810abee8", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-13de16d1-8030-47e9-aef3-f111810abee8" }, { "id": "d8187d59-7004-4aef-b1b1-a2cac229401e", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-d8187d59-7004-4aef-b1b1-a2cac229401e" }, { "id": "feb77002-c447-4ca7-8a82-579cfc47734d", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment/:incrementId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment", ":incrementId" ], "variable": [ { "key": "seriesId" }, { "key": "incrementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-feb77002-c447-4ca7-8a82-579cfc47734d" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-095069d8-665c-4449-a6e1-f9f70e451500" } ], "id": "1dc81460-68a7-474b-a3b5-3ef8f421d09e", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-1dc81460-68a7-474b-a3b5-3ef8f421d09e" }, { "name": "Create a new planning increment", "id": "9f77f384-1ed0-49ee-b447-0ec24595c524", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "id": "303612bc-615b-48e8-9947-25400539a029", "key": "seriesId", "value": "", "description": "(Required) seriesId identifier" } ] }, "description": "Create a new planning increment. Requires the Account Administrator or Team Organizer account role." }, "response": [ { "id": "216ee22a-6647-4088-b2c8-6422c804a55e", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-216ee22a-6647-4088-b2c8-6422c804a55e" }, { "id": "47798860-cbef-4ce8-94ec-ac909b5ad183", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-47798860-cbef-4ce8-94ec-ac909b5ad183" }, { "id": "a5a38755-9834-428c-8afe-3e9bdd0acd67", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-a5a38755-9834-428c-8afe-3e9bdd0acd67" }, { "id": "0353db57-cd6e-42f6-bfa3-9324fc08d106", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-0353db57-cd6e-42f6-bfa3-9324fc08d106" }, { "id": "8b743c19-ea0b-465f-b67e-7525f1b8b099", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-8b743c19-ea0b-465f-b67e-7525f1b8b099" }, { "id": "b1963f78-5c97-4984-a67e-11865c6d31fd", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-b1963f78-5c97-4984-a67e-11865c6d31fd" }, { "id": "a1c5df1d-03a4-4177-bbe0-824265e9e98f", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-a1c5df1d-03a4-4177-bbe0-824265e9e98f" }, { "id": "2f43386e-ec93-446e-b3fe-e58c0f9e9f66", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-2f43386e-ec93-446e-b3fe-e58c0f9e9f66" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-9f77f384-1ed0-49ee-b447-0ec24595c524" }, { "name": "Get a list of increments and child increments for a planning series", "id": "2802613f-30ff-4c32-9cf2-7b116e050c89", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "id": "ce9f1349-ab57-4748-a627-60410794b38d", "key": "seriesId", "value": "", "description": "(Required) seriesId identifier" } ] }, "description": "Get a list of increments and child increments for a planning series. Query Params" }, "response": [ { "id": "3122d7f3-b2e0-43b7-a848-c4fc8af3e51b", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-3122d7f3-b2e0-43b7-a848-c4fc8af3e51b" }, { "id": "66d6ab70-0886-45b1-a8bb-dcf636e3a154", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-66d6ab70-0886-45b1-a8bb-dcf636e3a154" }, { "id": "5bad8fe4-a61a-4917-8aed-34d476d2b268", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-5bad8fe4-a61a-4917-8aed-34d476d2b268" }, { "id": "4574acb0-57cc-441d-bbff-698e809f466e", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-4574acb0-57cc-441d-bbff-698e809f466e" }, { "id": "d4014774-13cd-4890-919f-b070569647a9", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-d4014774-13cd-4890-919f-b070569647a9" }, { "id": "f25439e5-9983-4ebb-869e-05bae243ed6d", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-f25439e5-9983-4ebb-869e-05bae243ed6d" }, { "id": "f651a181-8add-4554-919e-5e765a733d8f", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId/increment", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId", "increment" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-f651a181-8add-4554-919e-5e765a733d8f" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-2802613f-30ff-4c32-9cf2-7b116e050c89" } ], "id": "03614f69-4fbe-497d-bd6c-b1cda62bff65", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-03614f69-4fbe-497d-bd6c-b1cda62bff65" }, { "name": "Delete a series by id", "id": "c1f1d519-58a0-419c-8a76-f5d292066b6b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "id": "6803d16f-9eb1-4b1a-a276-333fdc18f771", "key": "seriesId", "value": "", "description": "(Required) seriesId identifier" } ] }, "description": "Delete a series by id. Requires the Account Administrator or Team Organizer account role." }, "response": [ { "id": "9c29da60-0959-46e2-a512-db3c077d4b14", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-9c29da60-0959-46e2-a512-db3c077d4b14" }, { "id": "69dc6f39-4e27-47fe-91d0-312596502f17", "name": "Deleted", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-69dc6f39-4e27-47fe-91d0-312596502f17" }, { "id": "d0e3acba-c5ef-4172-b419-75d74ecc077d", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-d0e3acba-c5ef-4172-b419-75d74ecc077d" }, { "id": "501c197b-45b3-41e9-92c6-2ff6b44b6dd1", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-501c197b-45b3-41e9-92c6-2ff6b44b6dd1" }, { "id": "7fe9877b-67ea-485f-bd79-5ee2b9b063ad", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-7fe9877b-67ea-485f-bd79-5ee2b9b063ad" }, { "id": "bf16b152-15ac-427f-b9c5-f98351999f76", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-bf16b152-15ac-427f-b9c5-f98351999f76" }, { "id": "c9da47a0-8025-4a45-9c9e-4b0e7f0f4544", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-c9da47a0-8025-4a45-9c9e-4b0e7f0f4544" }, { "id": "a997f435-3014-44c9-a720-cd7565ab27a1", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-a997f435-3014-44c9-a720-cd7565ab27a1" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-c1f1d519-58a0-419c-8a76-f5d292066b6b" }, { "name": "Get a planning series by id", "id": "d5c0c412-35ec-41a6-a2b2-19f667ea8057", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "id": "d62ae6c5-95b0-409b-be66-84245d52e786", "key": "seriesId", "value": "", "description": "(Required) seriesId identifier" } ] }, "description": "Get a planning series by id. Example Request" }, "response": [ { "id": "9c47560f-8284-4113-87fb-1d1305ba4a1a", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-9c47560f-8284-4113-87fb-1d1305ba4a1a" }, { "id": "c8032b66-ed90-451e-ae74-fe62c1b7670b", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-c8032b66-ed90-451e-ae74-fe62c1b7670b" }, { "id": "3cede802-900e-4482-9274-163f84b980fa", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-3cede802-900e-4482-9274-163f84b980fa" }, { "id": "9b2daffc-06aa-440e-a4a4-aac79dd0e8f2", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-9b2daffc-06aa-440e-a4a4-aac79dd0e8f2" }, { "id": "7a1bc9e5-bcd6-41e1-9b09-b4e4e72c79d6", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-7a1bc9e5-bcd6-41e1-9b09-b4e4e72c79d6" }, { "id": "f6400ad1-295b-4d8d-bb8f-981a6b210cfb", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-f6400ad1-295b-4d8d-bb8f-981a6b210cfb" }, { "id": "ae3aa311-7df2-4605-ab49-f465a048486b", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-ae3aa311-7df2-4605-ab49-f465a048486b" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-d5c0c412-35ec-41a6-a2b2-19f667ea8057" }, { "name": "Update an existing planning series", "id": "cd0b62d0-c280-4006-bcfc-2820623d13e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "id": "649830e2-2ea5-4cc5-adf2-9a505d99173c", "key": "seriesId", "value": "", "description": "(Required) seriesId identifier" } ] }, "description": "Update an existing planning series. Requires the Account Administrator or Team Organizer account role." }, "response": [ { "id": "16ea77fb-f22b-44f2-ae00-32c541212a41", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-16ea77fb-f22b-44f2-ae00-32c541212a41" }, { "id": "20b204f1-d103-4afa-b70d-d2f9f5465a1d", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-20b204f1-d103-4afa-b70d-d2f9f5465a1d" }, { "id": "76c8e81f-4942-4834-84a6-5d43d380c3f7", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-76c8e81f-4942-4834-84a6-5d43d380c3f7" }, { "id": "9df4c719-f9b6-4301-92cc-44f49bc94ca3", "name": "Not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-9df4c719-f9b6-4301-92cc-44f49bc94ca3" }, { "id": "0f54a091-2a2a-4347-9680-e0cbf3eaed01", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-0f54a091-2a2a-4347-9680-e0cbf3eaed01" }, { "id": "da4bd72e-ec57-422f-b8b4-d910d10b0995", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-da4bd72e-ec57-422f-b8b4-d910d10b0995" }, { "id": "d488f8f5-1f5d-46f3-be5c-7aaad0374d7c", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series/:seriesId", "host": [ "{{baseUrl}}" ], "path": [ "series", ":seriesId" ], "variable": [ { "key": "seriesId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-d488f8f5-1f5d-46f3-be5c-7aaad0374d7c" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-cd0b62d0-c280-4006-bcfc-2820623d13e0" } ], "id": "63c097f1-2d88-48d2-82d6-e5dc57efba00", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-63c097f1-2d88-48d2-82d6-e5dc57efba00" }, { "name": "Create a new planning series", "id": "9ff520d2-1b9e-414b-b2d0-b1b2fcd370c3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] }, "description": "Create a new planning series. Requires the Account Administrator or Team Organizer account role." }, "response": [ { "id": "69b0e376-8ca4-4c91-bc40-a5835dc54599", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-69b0e376-8ca4-4c91-bc40-a5835dc54599" }, { "id": "dbf6d2e7-5dbd-4df9-b11e-c063fc819ffe", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-dbf6d2e7-5dbd-4df9-b11e-c063fc819ffe" }, { "id": "0bcb4fb6-26b6-40af-9c77-c87be10e9201", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-0bcb4fb6-26b6-40af-9c77-c87be10e9201" }, { "id": "6a059e07-880b-4cd9-bed6-1d5f8c0c3d0b", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-6a059e07-880b-4cd9-bed6-1d5f8c0c3d0b" }, { "id": "cb65af87-df3b-41b6-bc9b-33e2966bd863", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-cb65af87-df3b-41b6-bc9b-33e2966bd863" }, { "id": "db5a33bb-0232-434b-94ad-99819304d94a", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-db5a33bb-0232-434b-94ad-99819304d94a" }, { "id": "9d53761f-f73e-4059-85a8-9786b053f368", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-9d53761f-f73e-4059-85a8-9786b053f368" }, { "id": "b60b5f95-23e3-4ce8-8ff6-fc336c5eedc5", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-b60b5f95-23e3-4ce8-8ff6-fc336c5eedc5" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-9ff520d2-1b9e-414b-b2d0-b1b2fcd370c3" }, { "name": "Get a list of planning series for an account", "id": "ae9c870b-a071-441f-8b0d-f099db8f427d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] }, "description": "Get a list of planning series for an account. Query Params" }, "response": [ { "id": "b8b9eb4c-0461-43a6-8400-bbcaff467f2c", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-b8b9eb4c-0461-43a6-8400-bbcaff467f2c" }, { "id": "41dc6326-9495-4d4f-9ab0-3fe342918ee0", "name": "Unauthorized - missing or invalid Basic/Bearer credentials", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-41dc6326-9495-4d4f-9ab0-3fe342918ee0" }, { "id": "973253b5-8446-43dc-9dcc-283ae2a537e9", "name": "Forbidden - authenticated user lacks permission", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-973253b5-8446-43dc-9dcc-283ae2a537e9" }, { "id": "054f1511-6ae3-41a4-99f8-04880253262a", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-054f1511-6ae3-41a4-99f8-04880253262a" }, { "id": "706a744d-8ebb-436e-88b4-17313b7d1155", "name": "Unprocessable entity - required information was missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-706a744d-8ebb-436e-88b4-17313b7d1155" }, { "id": "11908272-8d9e-4a86-adc6-19e6eb358d54", "name": "Too Many Requests - rate limit exceeded; see Retry-After and X-RateLimit-Reset headers", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "HTTP-date after which the client may retry", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-11908272-8d9e-4a86-adc6-19e6eb358d54" }, { "id": "107461a3-4d19-47c2-b5f3-50c5990bf7b1", "name": "Server error on the AgilePlace side", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/series", "host": [ "{{baseUrl}}" ], "path": [ "series" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-107461a3-4d19-47c2-b5f3-50c5990bf7b1" } ], "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-ae9c870b-a071-441f-8b0d-f099db8f427d" } ], "id": "ac816904-a990-4613-ad85-324f484e8677", "createdAt": "2026-07-28T02:06:26.000Z", "updatedAt": "2026-07-28T02:06:26.000Z", "uid": "35240-ac816904-a990-4613-ad85-324f484e8677" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "account", "value": "myaccount" }, { "key": "baseUrl", "value": "https://{{account}}.leankit.com/io" } ] }