techPartnerProjectStep
techPartnerProjectStep query An example of the request is as follows:
{
techPartnerProjectStep(id: "37cce92d-8f5e-4ce4-adb3-ddaf") {
id
title
status
createdBy
createdByAccountId
createdDate
lastModifiedDate
lastModifiedBy
tasks {
id
title
description
status
createdBy
createdByAccountId
createdDate
lastModifiedDate
lastModifiedBy
}
}
}
An example of the response is as follows:
{
"data": {
"techPartnerProjectStep": {
"id": "37cce92d-8f5e-4ce4-adb3-ddaf",
"title": "Step One",
"status": null,
"createdBy": "test@boomi.com",
"createdByAccountId": "tppzrdvtestingdeny-BWQNJO",
"createdDate": "2024-07-26T10:06:42.337Z",
"lastModifiedDate": null,
"lastModifiedBy": null,
"tasks": [
{
"id": "393b3113-c74f-48c8-a1cb-a1d7",
"title": null,
"description": null,
"status": null,
"createdBy": "test@boomi.com",
"createdByAccountId": "tppzrdvtestingdeny-BWQNJO",
"createdDate": "2024-07-26T10:06:42.337Z",
"lastModifiedDate": null,
"lastModifiedBy": null
}
]
}
}
}
techPartnerProjectStep(
id: ID!
): TechPartnerProjectStep
Arguments
techPartnerProjectStep.id ● ID! non-null scalar miscellaneous
Type
TechPartnerProjectStep object partner-portal
Was this topic helpful?