Lists the Network's Support Cases, most-recently-modified first.
Returns every `support.case` WorkItem owned by the Network, each carrying its live status (`OPEN` / `WITH_OPERATOR` / `RESOLVED` / `CLOSED`), external key, lifecycle policy, requester participant, and primary topic (for deep-linking into the conversation). Returned as one page. 404 when the Network does not exist; an empty list when the Network has no Cases.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The owning Network id.
uuidThe tenant identifier
Query Parameters
The maximum number of items to return per page
int32int32Opaque cursor token from an external system (e.g. RAG API). When set, M:Fruxon.Common.Collections.PageToken.AsString returns this value directly instead of encoding Fruxon.Common.Collections.PageToken.Skip.
Response Body
curl -X GET "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08/cases"{
"items": [
{
"id": "00000000-0000-0000-0000-000000000000",
"networkId": "00000000-0000-0000-0000-000000000000",
"externalKey": "string",
"lifecyclePolicyKey": "string",
"status": "OPEN",
"requesterParticipantId": "00000000-0000-0000-0000-000000000000",
"primaryTopicId": "00000000-0000-0000-0000-000000000000",
"createdAt": 0,
"modifiedAt": 0
}
],
"nextPageToken": "string",
"totalCount": 0
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Installs or partially updates a Network capability's live enablement and configuration.
Installs a capability that has no row yet, or partially updates a backfilled one — omitted fields stay unchanged. Use it to toggle live enablement and/or replace configuration; an unknown capability type yields `400 Bad Request`. Applies immediately, without publishing a new Network revision.
Lists the Network's collaborators with joined user profile data.
Returns every platform user with an explicit grant on this Network along with their role and joined profile (email, name), in user order. Returned as one page. 404 when the Network does not exist.