When a request is made the following will be available from the API output.
Expand to see the output example
{
"statusCode": 200,
"headers": {
"Date": "Thu, 16 Jul 2026 16:37:24 GMT",
"Cache-Control": "no-store, no-cache",
"Pragma": "no-cache",
"Set-Cookie": "ARRAffinity=7af9f2cee10158bcdf7dc006ab0e6d8416004fb6e3a812ff85ad754fe92364;Path=/;HttpOnly;Secure;Domain=pp-api-prod-uk.azurewebsites.net,ARRAffinitySameSite=7af9f2cee10158bcdf7dc006ab0e6d8416004fb6e3a812ff85ad754fe92364;Path=/;HttpOnly;SameSite=None;Secure;Domain=pp-api-prod-uk.azurewebsites.net",
"Vary": "Accept-Encoding",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"Request-Context": "appId=cid-v1:8beb4285-89ff-40c3-9d0a-f20bffb537aa",
"Content-Security-Policy": "upgrade-insecure-requests; frame-ancestors 'none'; script-src 'self'",
"X-Frame-Options": "DENY",
"X-XSS-Protection": "1; mode=block",
"X-Content-Type-Options": "nosniff",
"Referrer-Policy": "strict-origin-when-cross-origin",
"Content-Type": "application/json; charset=utf-8",
"Expires": "-1",
"Content-Length": "2431"
},
"body": {
"filterTotal": 1,
"pageTotal": 1,
"pageLimit": 20,
"currentPageNumber": 1,
"startNumber": 1,
"endNumber": 1,
"pageCount": 1,
"currentPageParameters": "filterField1=name&filterValue1=Sales&filterOp1=contains&limit=20&page=1",
"previousPageParameters": null,
"nextPageParameters": null,
"pageItems": [
{
"id": 263878,
"name": "Sales",
"description": null,
"serviceType": 4,
"instanceUrl": "https://teams.microsoft.com/l/team/19%3aB_dwQSL-A0sm6lcP1xS8aqSuctjmVoSWw-gRpPbtGuA1%40thread.tacv2/conversations?groupId=354c9328-3fa8-4d26-937a-dff8d68133ff&tenantId=be2606cf-9c7d-4c21-8d24-01e0e76dd8"",
"serviceDefinitionName": "Department Team",
"status": 5,
"siteUrl": "https://mytenant.sharepoint.com/sites/ORG-Sales"",
"groupId": "354c9328-3fa8-4d26-937a-dff8d68133ff",
"teamInternalId": "19:B_dwQSL-A0sm6lcP1xS8aqSuctjmVoSWw-gRpPbtGuA1@thread.tacv2",
"teamUrl": "https://teams.microsoft.com/l/team/19%3aB_dwQSL-A0sm6lcP1xS8aqSuctjmVoSWw-gRpPbtGuA1%40thread.tacv2/conversations?groupId=354c9328-3fa8-4d26-937a-dff8d68133ff&tenantId=be2606cf-9c7d-4c21-8d24-01e0e76dd8"",
"plannerUrl": null,
"yammerGroupId": null,
"yammerUrl": null,
"privacySetting": 1,
"visibility": 0,
"classification": null,
"groupGuestAccess": 1,
"externalSharing": 1,
"storageQuota": null,
"storageWarningLevel": null,
"owners": [
{
"objectId": "d3be1e99-566c-4db1-b6bd-16a9763cd89f",
"principalType": 0,
"displayName": "Jenny Callow",
"pictureUrl": null,
"upn": "JennyC@mytenant.com",
"email": "jennyc@mytenant.com",
"jobTitle": null,
"preferredDataLocation": null,
"disabled": null,
"proxyAddresses": null,
"isDefaultOwner": false
}
],
"formInstance": {
"name": "Department",
"fields": [
{
"name": "Department",
"columnId": 1407,
"columnTypeId": 3,
"dateTimeValueFormat": null,
"valueString": "Sales",
"valueBoolean": null,
"valueDateTime": null,
"valueInt": null,
"valuePrincipal": null,
"valueTerm": null
}
]
},
"created": "2026-03-27T13:36:29+00:00",
"instanceCreated": "2026-03-27T13:36:41+00:00",
"leaseExpiryDate": null,
"leaseStartDate": null,
"isArchived": false,
"isM365Archived": false,
"isInstanceDeleted": false,
"expiryProcessed": false,
"geoCode": null,
"sensitivityLabel": null,
"requestedTitle": "anything",
"requestedById": null,
"requestedBy": {
"objectId": "d3be1e99-566c-4db1-b6bd-16a9763cd89f",
"principalType": 0,
"displayName": "Jenny Callow",
"pictureUrl": null,
"upn": "JennyC@mytenant.com",
"email": "jennyc@mytenant.com",
"jobTitle": null,
"preferredDataLocation": null,
"disabled": null,
"proxyAddresses": null,
"isDefaultOwner": false
}
}
]
}
}