GET
/
item-instance-spaces
curl --request GET \
  --url https://forgegames.org/api/item-instance-spaces \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "spacePositionX": 123,
    "spacePositionY": 123,
    "itemInstanceId": "<string>",
    "teamUserSpaceId": "<string>",
    "itemInstance": {
      "id": "<string>",
      "itemId": "<string>",
      "teamId": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "item": {
        "name": "<string>"
      }
    }
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

teamUserSpaceId
string[]
required

Response

200
application/json
Successful response

The response is of type object[].