Goldmine
Proxies

List Assignments

POST
/proxies.v1.Proxies/ListAssignments

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/proxies.v1.Proxies/ListAssignments" \  -H "Content-Type: application/json" \  -d '{}'
{
  "assignmentIds": [
    "string"
  ],
  "nextCursor": "string"
}
Empty