Developers
API ReferenceStream Item Allowed Type

Retrieves the collection of StreamItemAllowedType resources

GET
/stream/stream-item-allowed-types

Retrieves the collection of StreamItemAllowedType resources

Authorization<token>

Value for the Authorization header parameter.

In: header

Query Parameters

itemType[]?array<string>
simpleProject?boolean

Response Body

curl -X GET "https://example.com/stream/stream-item-allowed-types"
[  {    "id": "string",    "name": "string"  }]