{ "info": { "_postman_id": "17ba3e68-5bc5-4e50-a781-e2022feddd79", "name": "TeamCity REST Agent Pools Builds API", "description": "The TeamCity REST API provides programmatic access to JetBrains TeamCity continuous integration and deployment server. It allows you to manage projects, build configurations, builds, agents, users, VCS roots, changes, tests, and other TeamCity resources.\n\nContact Support:\n Name: JetBrains\n Email: teamcity-support@jetbrains.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:08:46.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "lastUpdatedBy": "35240", "uid": "35240-17ba3e68-5bc5-4e50-a781-e2022feddd79" }, "item": [ { "name": "builds", "item": [ { "name": "{buildLocator}", "item": [ { "name": "tags", "item": [ { "name": "Get Build Tags", "id": "db2bdcd4-e091-4b27-a09b-afa926b8b08e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/builds/:buildLocator/tags", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "tags" ], "variable": [ { "id": "1ccb6405-e524-4911-a92c-05778ae5480d", "key": "buildLocator", "value": "", "description": "(Required) " } ] }, "description": "Returns tags associated with a build." }, "response": [ { "id": "eed27672-ba69-4a44-bb4d-8a256d59955e", "name": "Successful response", "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}}/builds/:buildLocator/tags", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "tags" ], "variable": [ { "key": "buildLocator" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"tag\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-eed27672-ba69-4a44-bb4d-8a256d59955e" } ], "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-db2bdcd4-e091-4b27-a09b-afa926b8b08e" }, { "name": "Set Build Tags", "id": "cc5b7648-9b3a-415d-bb26-5e22de6ac103", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"count\": \"\",\n \"tag\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/builds/:buildLocator/tags", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "tags" ], "variable": [ { "id": "572b7b15-ad5c-42e1-b3e2-9e9373519d75", "key": "buildLocator", "value": "", "description": "(Required) " } ] }, "description": "Sets tags for a build, replacing existing tags." }, "response": [ { "id": "6d4b8229-774c-4d30-96af-3ce86e8eed75", "name": "Tags updated successfully", "originalRequest": { "method": "PUT", "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": "{\n \"count\": \"\",\n \"tag\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/builds/:buildLocator/tags", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "tags" ], "variable": [ { "key": "buildLocator" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"tag\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-6d4b8229-774c-4d30-96af-3ce86e8eed75" } ], "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-cc5b7648-9b3a-415d-bb26-5e22de6ac103" } ], "id": "03feeb0f-570f-45fc-8ee1-002616afc7dc", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-03feeb0f-570f-45fc-8ee1-002616afc7dc" }, { "name": "artifacts", "item": [ { "name": "Get Build Artifacts", "id": "5011a17c-e4e0-483d-b553-9c9d038f6793", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/builds/:buildLocator/artifacts?fields=", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "artifacts" ], "query": [ { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" } ], "variable": [ { "id": "98cc64a7-fde1-4434-9bf7-6dc253ff96ad", "key": "buildLocator", "value": "", "description": "(Required) " } ] }, "description": "Returns the artifacts of a specific build." }, "response": [ { "id": "a1ca96d0-a2d8-48bb-8b2f-bfdb78211ed3", "name": "Successful response", "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}}/builds/:buildLocator/artifacts?fields=", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "artifacts" ], "query": [ { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" } ], "variable": [ { "key": "buildLocator" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"href\": \"\",\n \"file\": [\n {\n \"name\": \"\",\n \"size\": \"\",\n \"modificationTime\": \"\",\n \"href\": \"\",\n \"content\": {\n \"href\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"size\": \"\",\n \"modificationTime\": \"\",\n \"href\": \"\",\n \"content\": {\n \"href\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-a1ca96d0-a2d8-48bb-8b2f-bfdb78211ed3" } ], "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-5011a17c-e4e0-483d-b553-9c9d038f6793" } ], "id": "8db2204b-098c-4d19-9bf7-80a20a7a4065", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-8db2204b-098c-4d19-9bf7-80a20a7a4065" }, { "name": "statistics", "item": [ { "name": "Get Build Statistics", "id": "bc45cf8b-e995-4db9-b094-7a540d499853", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/builds/:buildLocator/statistics?fields=", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "statistics" ], "query": [ { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" } ], "variable": [ { "id": "bfb52ce4-8fcc-4bd2-8852-dcf4cbe3dd7a", "key": "buildLocator", "value": "", "description": "(Required) " } ] }, "description": "Returns statistical values for a specific build." }, "response": [ { "id": "f287c6a3-24af-460d-bf77-f51aa1d3aa49", "name": "Successful response", "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}}/builds/:buildLocator/statistics?fields=", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "statistics" ], "query": [ { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" } ], "variable": [ { "key": "buildLocator" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-f287c6a3-24af-460d-bf77-f51aa1d3aa49" } ], "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-bc45cf8b-e995-4db9-b094-7a540d499853" } ], "id": "5ba67a95-dc7c-47d8-9759-2b131db32734", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-5ba67a95-dc7c-47d8-9759-2b131db32734" }, { "name": "problemOccurrences", "item": [ { "name": "Get Build Problem Occurrences", "id": "7c55d9f9-3996-4408-899a-a2f6ba7910a7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/builds/:buildLocator/problemOccurrences?fields=", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "problemOccurrences" ], "query": [ { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" } ], "variable": [ { "id": "2e5c1a10-06d3-4c9f-a535-d015fa404754", "key": "buildLocator", "value": "", "description": "(Required) " } ] }, "description": "Returns problem occurrences for a specific build." }, "response": [ { "id": "0f00b2c5-0a3e-4674-9e83-f8fc24ceff84", "name": "Successful response", "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}}/builds/:buildLocator/problemOccurrences?fields=", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "problemOccurrences" ], "query": [ { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" } ], "variable": [ { "key": "buildLocator" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"problemOccurrence\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\",\n \"href\": \"\",\n \"details\": \"\",\n \"additionalData\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"problem\": {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\",\n \"href\": \"\",\n \"details\": \"\",\n \"additionalData\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"problem\": {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-0f00b2c5-0a3e-4674-9e83-f8fc24ceff84" } ], "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-7c55d9f9-3996-4408-899a-a2f6ba7910a7" } ], "id": "393371b2-6817-45fc-8287-0161b0383ad5", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-393371b2-6817-45fc-8287-0161b0383ad5" }, { "name": "testOccurrences", "item": [ { "name": "Get Build Test Occurrences", "id": "124cdfaf-fc91-48e0-8ca6-568ca9597f0b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/builds/:buildLocator/testOccurrences?locator=&fields=&count=100&start=0", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "testOccurrences" ], "query": [ { "description": "TeamCity locator string to filter results", "key": "locator", "value": "" }, { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" }, { "description": "Maximum number of items to return", "key": "count", "value": "100" }, { "description": "Index of the first item to return (for pagination)", "key": "start", "value": "0" } ], "variable": [ { "id": "2f56cd10-ce38-4957-b960-b3581ce7c7a0", "key": "buildLocator", "value": "", "description": "(Required) " } ] }, "description": "Returns test occurrences for a specific build." }, "response": [ { "id": "582283db-1dbd-4786-a354-1b995f42e6fa", "name": "Successful response", "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}}/builds/:buildLocator/testOccurrences?locator=&fields=&count=100&start=0", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "testOccurrences" ], "query": [ { "description": "TeamCity locator string to filter results", "key": "locator", "value": "" }, { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" }, { "description": "Maximum number of items to return", "key": "count", "value": "100" }, { "description": "Index of the first item to return (for pagination)", "key": "start", "value": "0" } ], "variable": [ { "key": "buildLocator" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"href\": \"\",\n \"testOccurrence\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"FAILURE\",\n \"duration\": \"\",\n \"href\": \"\",\n \"muted\": \"\",\n \"currentlyMuted\": \"\",\n \"currentlyInvestigated\": \"\",\n \"details\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"test\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"SUCCESS\",\n \"duration\": \"\",\n \"href\": \"\",\n \"muted\": \"\",\n \"currentlyMuted\": \"\",\n \"currentlyInvestigated\": \"\",\n \"details\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"test\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-582283db-1dbd-4786-a354-1b995f42e6fa" } ], "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-124cdfaf-fc91-48e0-8ca6-568ca9597f0b" } ], "id": "8e6390c3-5731-45d5-bbae-3ce54721b0da", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-8e6390c3-5731-45d5-bbae-3ce54721b0da" }, { "name": "cancel", "item": [ { "name": "Cancel Build", "id": "fab1f743-6275-44a7-bb3d-e15850e24c86", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"comment\": \"\",\n \"readdIntoQueue\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/builds/:buildLocator/cancel", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "cancel" ], "variable": [ { "id": "680d1e43-7c27-49b8-8294-0d08ebc4a1e1", "key": "buildLocator", "value": "", "description": "(Required) " } ] }, "description": "Cancels a queued or running build." }, "response": [ { "id": "a113c14c-497c-45c9-b700-60c2d9259b90", "name": "Build cancelled successfully", "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": "{\n \"comment\": \"\",\n \"readdIntoQueue\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/builds/:buildLocator/cancel", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator", "cancel" ], "variable": [ { "key": "buildLocator" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"buildTypeId\": \"\",\n \"number\": \"\",\n \"status\": \"SUCCESS\",\n \"state\": \"finished\",\n \"statusText\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"branchName\": \"\",\n \"startDate\": \"\",\n \"finishDate\": \"\",\n \"queuedDate\": \"\",\n \"triggered\": {\n \"type\": \"\",\n \"details\": \"\",\n \"date\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n }\n },\n \"lastChanges\": {\n \"count\": \"\",\n \"change\": [\n {\n \"id\": \"\",\n \"version\": \"\",\n \"username\": \"\",\n \"date\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"comment\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n },\n \"files\": {\n \"count\": \"\",\n \"file\": [\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n },\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"version\": \"\",\n \"username\": \"\",\n \"date\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"comment\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n },\n \"files\": {\n \"count\": \"\",\n \"file\": [\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n },\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"agent\": {\n \"id\": \"\",\n \"name\": \"\",\n \"typeId\": \"\",\n \"connected\": \"\",\n \"enabled\": \"\",\n \"authorized\": \"\",\n \"ip\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"pool\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\",\n \"maxAgents\": \"\",\n \"agents\": {\n \"count\": \"\",\n \"href\": \"\",\n \"agent\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"projects\": {\n \"count\": \"\",\n \"href\": \"\",\n \"project\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"parentProjectId\": \"\",\n \"archived\": \"\",\n \"buildTypes\": {\n \"count\": \"\",\n \"buildType\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"projects\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"parentProjectId\": \"\",\n \"archived\": \"\",\n \"buildTypes\": {\n \"count\": \"\",\n \"buildType\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"projects\": {\n \"value\": \"\"\n }\n }\n ]\n }\n },\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"build\": {\n \"value\": \"\"\n }\n },\n \"testOccurrences\": {\n \"count\": \"\",\n \"href\": \"\",\n \"testOccurrence\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"UNKNOWN\",\n \"duration\": \"\",\n \"href\": \"\",\n \"muted\": \"\",\n \"currentlyMuted\": \"\",\n \"currentlyInvestigated\": \"\",\n \"details\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"test\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"FAILURE\",\n \"duration\": \"\",\n \"href\": \"\",\n \"muted\": \"\",\n \"currentlyMuted\": \"\",\n \"currentlyInvestigated\": \"\",\n \"details\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"test\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\"\n }\n }\n ]\n },\n \"problemOccurrences\": {\n \"count\": \"\",\n \"problemOccurrence\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\",\n \"href\": \"\",\n \"details\": \"\",\n \"additionalData\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"problem\": {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\",\n \"href\": \"\",\n \"details\": \"\",\n \"additionalData\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"problem\": {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\"\n }\n }\n ]\n },\n \"artifacts\": {\n \"count\": \"\",\n \"href\": \"\",\n \"file\": [\n {\n \"name\": \"\",\n \"size\": \"\",\n \"modificationTime\": \"\",\n \"href\": \"\",\n \"content\": {\n \"href\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"size\": \"\",\n \"modificationTime\": \"\",\n \"href\": \"\",\n \"content\": {\n \"href\": \"\"\n }\n }\n ]\n },\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"statistics\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"buildType\": {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n}", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-a113c14c-497c-45c9-b700-60c2d9259b90" } ], "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-fab1f743-6275-44a7-bb3d-e15850e24c86" } ], "id": "7d4119e2-afb2-497a-8524-d31ce8a2ef25", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-7d4119e2-afb2-497a-8524-d31ce8a2ef25" }, { "name": "Get Build", "id": "a5780e08-b521-4dd5-9afe-534178eddd3c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/builds/:buildLocator?fields=", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator" ], "query": [ { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" } ], "variable": [ { "id": "5c65e29c-0d9a-4922-b2d2-ff9153f224e4", "key": "buildLocator", "value": "", "description": "(Required) Build locator string" } ] }, "description": "Returns details of a specific build." }, "response": [ { "id": "5a1fcfd6-281d-490d-baf3-157f83a4239f", "name": "Successful response", "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}}/builds/:buildLocator?fields=", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator" ], "query": [ { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" } ], "variable": [ { "key": "buildLocator" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"buildTypeId\": \"\",\n \"number\": \"\",\n \"status\": \"SUCCESS\",\n \"state\": \"finished\",\n \"statusText\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"branchName\": \"\",\n \"startDate\": \"\",\n \"finishDate\": \"\",\n \"queuedDate\": \"\",\n \"triggered\": {\n \"type\": \"\",\n \"details\": \"\",\n \"date\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n }\n },\n \"lastChanges\": {\n \"count\": \"\",\n \"change\": [\n {\n \"id\": \"\",\n \"version\": \"\",\n \"username\": \"\",\n \"date\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"comment\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n },\n \"files\": {\n \"count\": \"\",\n \"file\": [\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n },\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"version\": \"\",\n \"username\": \"\",\n \"date\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"comment\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n },\n \"files\": {\n \"count\": \"\",\n \"file\": [\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n },\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"agent\": {\n \"id\": \"\",\n \"name\": \"\",\n \"typeId\": \"\",\n \"connected\": \"\",\n \"enabled\": \"\",\n \"authorized\": \"\",\n \"ip\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"pool\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\",\n \"maxAgents\": \"\",\n \"agents\": {\n \"count\": \"\",\n \"href\": \"\",\n \"agent\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"projects\": {\n \"count\": \"\",\n \"href\": \"\",\n \"project\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"parentProjectId\": \"\",\n \"archived\": \"\",\n \"buildTypes\": {\n \"count\": \"\",\n \"buildType\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"projects\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"parentProjectId\": \"\",\n \"archived\": \"\",\n \"buildTypes\": {\n \"count\": \"\",\n \"buildType\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"projects\": {\n \"value\": \"\"\n }\n }\n ]\n }\n },\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"build\": {\n \"value\": \"\"\n }\n },\n \"testOccurrences\": {\n \"count\": \"\",\n \"href\": \"\",\n \"testOccurrence\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"UNKNOWN\",\n \"duration\": \"\",\n \"href\": \"\",\n \"muted\": \"\",\n \"currentlyMuted\": \"\",\n \"currentlyInvestigated\": \"\",\n \"details\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"test\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"FAILURE\",\n \"duration\": \"\",\n \"href\": \"\",\n \"muted\": \"\",\n \"currentlyMuted\": \"\",\n \"currentlyInvestigated\": \"\",\n \"details\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"test\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\"\n }\n }\n ]\n },\n \"problemOccurrences\": {\n \"count\": \"\",\n \"problemOccurrence\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\",\n \"href\": \"\",\n \"details\": \"\",\n \"additionalData\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"problem\": {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\",\n \"href\": \"\",\n \"details\": \"\",\n \"additionalData\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"problem\": {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\"\n }\n }\n ]\n },\n \"artifacts\": {\n \"count\": \"\",\n \"href\": \"\",\n \"file\": [\n {\n \"name\": \"\",\n \"size\": \"\",\n \"modificationTime\": \"\",\n \"href\": \"\",\n \"content\": {\n \"href\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"size\": \"\",\n \"modificationTime\": \"\",\n \"href\": \"\",\n \"content\": {\n \"href\": \"\"\n }\n }\n ]\n },\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"statistics\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"buildType\": {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n}", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-5a1fcfd6-281d-490d-baf3-157f83a4239f" }, { "id": "4a7eb924-79f5-495e-b4bf-a8fdebc210de", "name": "Resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/builds/:buildLocator?fields=", "host": [ "{{baseUrl}}" ], "path": [ "builds", ":buildLocator" ], "query": [ { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" } ], "variable": [ { "key": "buildLocator" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-4a7eb924-79f5-495e-b4bf-a8fdebc210de" } ], "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-a5780e08-b521-4dd5-9afe-534178eddd3c" } ], "id": "1cecdf4b-353e-42b7-8485-0235858260bb", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-1cecdf4b-353e-42b7-8485-0235858260bb" }, { "name": "Get All Builds", "id": "a1bdb0b9-f78d-423d-95f3-3ead0bf8fdb4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/builds?locator=&fields=&count=100&start=0", "host": [ "{{baseUrl}}" ], "path": [ "builds" ], "query": [ { "description": "TeamCity locator string to filter results", "key": "locator", "value": "" }, { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" }, { "description": "Maximum number of items to return", "key": "count", "value": "100" }, { "description": "Index of the first item to return (for pagination)", "key": "start", "value": "0" } ] }, "description": "Returns a list of builds matching the specified criteria." }, "response": [ { "id": "8258ae44-d88a-4d1f-8f5b-4a23cf242524", "name": "Successful response", "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}}/builds?locator=&fields=&count=100&start=0", "host": [ "{{baseUrl}}" ], "path": [ "builds" ], "query": [ { "description": "TeamCity locator string to filter results", "key": "locator", "value": "" }, { "description": "Fields to include in the response (for partial responses)", "key": "fields", "value": "" }, { "description": "Maximum number of items to return", "key": "count", "value": "100" }, { "description": "Index of the first item to return (for pagination)", "key": "start", "value": "0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"href\": \"\",\n \"nextHref\": \"\",\n \"build\": [\n {\n \"id\": \"\",\n \"buildTypeId\": \"\",\n \"number\": \"\",\n \"status\": \"UNKNOWN\",\n \"state\": \"running\",\n \"statusText\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"branchName\": \"\",\n \"startDate\": \"\",\n \"finishDate\": \"\",\n \"queuedDate\": \"\",\n \"triggered\": {\n \"type\": \"\",\n \"details\": \"\",\n \"date\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n }\n },\n \"lastChanges\": {\n \"count\": \"\",\n \"change\": [\n {\n \"id\": \"\",\n \"version\": \"\",\n \"username\": \"\",\n \"date\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"comment\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n },\n \"files\": {\n \"count\": \"\",\n \"file\": [\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n },\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"version\": \"\",\n \"username\": \"\",\n \"date\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"comment\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n },\n \"files\": {\n \"count\": \"\",\n \"file\": [\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n },\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"agent\": {\n \"id\": \"\",\n \"name\": \"\",\n \"typeId\": \"\",\n \"connected\": \"\",\n \"enabled\": \"\",\n \"authorized\": \"\",\n \"ip\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"pool\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\",\n \"maxAgents\": \"\",\n \"agents\": {\n \"count\": \"\",\n \"href\": \"\",\n \"agent\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"projects\": {\n \"count\": \"\",\n \"href\": \"\",\n \"project\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"parentProjectId\": \"\",\n \"archived\": \"\",\n \"buildTypes\": {\n \"count\": \"\",\n \"buildType\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"projects\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"parentProjectId\": \"\",\n \"archived\": \"\",\n \"buildTypes\": {\n \"count\": \"\",\n \"buildType\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"projects\": {\n \"value\": \"\"\n }\n }\n ]\n }\n },\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"build\": {\n \"value\": \"\"\n }\n },\n \"testOccurrences\": {\n \"count\": \"\",\n \"href\": \"\",\n \"testOccurrence\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"SUCCESS\",\n \"duration\": \"\",\n \"href\": \"\",\n \"muted\": \"\",\n \"currentlyMuted\": \"\",\n \"currentlyInvestigated\": \"\",\n \"details\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"test\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"SUCCESS\",\n \"duration\": \"\",\n \"href\": \"\",\n \"muted\": \"\",\n \"currentlyMuted\": \"\",\n \"currentlyInvestigated\": \"\",\n \"details\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"test\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\"\n }\n }\n ]\n },\n \"problemOccurrences\": {\n \"count\": \"\",\n \"problemOccurrence\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\",\n \"href\": \"\",\n \"details\": \"\",\n \"additionalData\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"problem\": {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\",\n \"href\": \"\",\n \"details\": \"\",\n \"additionalData\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"problem\": {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\"\n }\n }\n ]\n },\n \"artifacts\": {\n \"count\": \"\",\n \"href\": \"\",\n \"file\": [\n {\n \"name\": \"\",\n \"size\": \"\",\n \"modificationTime\": \"\",\n \"href\": \"\",\n \"content\": {\n \"href\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"size\": \"\",\n \"modificationTime\": \"\",\n \"href\": \"\",\n \"content\": {\n \"href\": \"\"\n }\n }\n ]\n },\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"statistics\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"buildType\": {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n },\n {\n \"id\": \"\",\n \"buildTypeId\": \"\",\n \"number\": \"\",\n \"status\": \"SUCCESS\",\n \"state\": \"running\",\n \"statusText\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"branchName\": \"\",\n \"startDate\": \"\",\n \"finishDate\": \"\",\n \"queuedDate\": \"\",\n \"triggered\": {\n \"type\": \"\",\n \"details\": \"\",\n \"date\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n }\n },\n \"lastChanges\": {\n \"count\": \"\",\n \"change\": [\n {\n \"id\": \"\",\n \"version\": \"\",\n \"username\": \"\",\n \"date\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"comment\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n },\n \"files\": {\n \"count\": \"\",\n \"file\": [\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n },\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"version\": \"\",\n \"username\": \"\",\n \"date\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"comment\": \"\",\n \"user\": {\n \"id\": \"\",\n \"username\": \"\",\n \"name\": \"\",\n \"email\": \"\",\n \"href\": \"\",\n \"lastLogin\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n },\n \"groups\": {\n \"count\": \"\",\n \"group\": [\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n },\n {\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"roles\": {\n \"role\": [\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n },\n {\n \"roleId\": \"\",\n \"scope\": \"\",\n \"href\": \"\"\n }\n ]\n }\n }\n ]\n }\n },\n \"files\": {\n \"count\": \"\",\n \"file\": [\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n },\n {\n \"beforeRevision\": \"\",\n \"afterRevision\": \"\",\n \"changeType\": \"\",\n \"file\": \"\",\n \"relativeFile\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"agent\": {\n \"id\": \"\",\n \"name\": \"\",\n \"typeId\": \"\",\n \"connected\": \"\",\n \"enabled\": \"\",\n \"authorized\": \"\",\n \"ip\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"pool\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\",\n \"maxAgents\": \"\",\n \"agents\": {\n \"count\": \"\",\n \"href\": \"\",\n \"agent\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"projects\": {\n \"count\": \"\",\n \"href\": \"\",\n \"project\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"parentProjectId\": \"\",\n \"archived\": \"\",\n \"buildTypes\": {\n \"count\": \"\",\n \"buildType\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"projects\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"parentProjectId\": \"\",\n \"archived\": \"\",\n \"buildTypes\": {\n \"count\": \"\",\n \"buildType\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"projects\": {\n \"value\": \"\"\n }\n }\n ]\n }\n },\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"build\": {\n \"value\": \"\"\n }\n },\n \"testOccurrences\": {\n \"count\": \"\",\n \"href\": \"\",\n \"testOccurrence\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"SUCCESS\",\n \"duration\": \"\",\n \"href\": \"\",\n \"muted\": \"\",\n \"currentlyMuted\": \"\",\n \"currentlyInvestigated\": \"\",\n \"details\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"test\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"SUCCESS\",\n \"duration\": \"\",\n \"href\": \"\",\n \"muted\": \"\",\n \"currentlyMuted\": \"\",\n \"currentlyInvestigated\": \"\",\n \"details\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"test\": {\n \"id\": \"\",\n \"name\": \"\",\n \"href\": \"\"\n }\n }\n ]\n },\n \"problemOccurrences\": {\n \"count\": \"\",\n \"problemOccurrence\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\",\n \"href\": \"\",\n \"details\": \"\",\n \"additionalData\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"problem\": {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\",\n \"href\": \"\",\n \"details\": \"\",\n \"additionalData\": \"\",\n \"build\": {\n \"value\": \"\"\n },\n \"problem\": {\n \"id\": \"\",\n \"type\": \"\",\n \"identity\": \"\"\n }\n }\n ]\n },\n \"artifacts\": {\n \"count\": \"\",\n \"href\": \"\",\n \"file\": [\n {\n \"name\": \"\",\n \"size\": \"\",\n \"modificationTime\": \"\",\n \"href\": \"\",\n \"content\": {\n \"href\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"size\": \"\",\n \"modificationTime\": \"\",\n \"href\": \"\",\n \"content\": {\n \"href\": \"\"\n }\n }\n ]\n },\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"statistics\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"buildType\": {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"projectName\": \"\",\n \"projectId\": \"\",\n \"href\": \"\",\n \"webUrl\": \"\",\n \"paused\": \"\",\n \"parameters\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n },\n \"steps\": {\n \"count\": \"\",\n \"step\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"triggers\": {\n \"count\": \"\",\n \"trigger\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n ]\n },\n \"settings\": {\n \"count\": \"\",\n \"href\": \"\",\n \"property\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"inherited\": \"\",\n \"type\": {\n \"rawValue\": \"\"\n }\n }\n ]\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-8258ae44-d88a-4d1f-8f5b-4a23cf242524" } ], "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-a1bdb0b9-f78d-423d-95f3-3ead0bf8fdb4" } ], "id": "a1363701-bf40-4874-b12c-4b4e89a7416d", "createdAt": "2026-07-28T03:08:47.000Z", "updatedAt": "2026-07-28T03:08:47.000Z", "uid": "35240-a1363701-bf40-4874-b12c-4b4e89a7416d" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "server", "value": "teamcity.example.com" }, { "key": "baseUrl", "value": "https://{{server}}/app/rest" } ] }