techPartnerProjects
techPartnerProjects query An example of the request is as follows:
query
{
techPartnerProjects {
id
title
subtitle
guideType
createdBy
createdByAccountId
createdDate
lastModifiedDate
lastModifiedBy
status
completionPercentage
}
}
An example of the response is as follows:
{
"data":
{
"techPartnerProjects":
[
{
"id": "ddb07e50-77ce-40ca-872e-28f6",
"title": "Usecase12",
"subtitle": "usecase12",
"guideType": "testGuideType",
"createdBy": "admin@boomi.com",
"createdByAccountId": "boomi-internal",
"createdDate": "2024-07-26T15:23:28.844Z",
"lastModifiedDate": null,
"lastModifiedBy": null,
"status": "completed",
"completionPercentage": 100
},
{
"id": "af2dd992-23fc-4416-8e83-4ce0",
"title": "Usecase3",
"subtitle": "usecase3",
"guideType": "testGuideType",
"createdBy": "admin@boomi.com",
"createdByAccountId": "boomi-internal",
"createdDate": "2024-07-23T07:29:49.473Z",
"lastModifiedDate": null,
"lastModifiedBy": null,
"status": "In_Progress",
"completionPercentage": 0
},
{
"id": "2c448bdf-3cc9-4fb4-b700-d6aa",
"title": "fiftyPercentage",
"subtitle": "usecase19",
"guideType": "testGuideType",
"createdBy": "admin@boomi.com",
"createdByAccountId": "boomi-internal",
"createdDate": "2024-07-31T10:13:52.939Z",
"lastModifiedDate": null,
"lastModifiedBy": null,
"status": "inProgress",
"completionPercentage": 50
}
]
}
}
techPartnerProjects: [TechPartnerProject]
Type
TechPartnerProject object partner-portal
Was this topic helpful?