Item Instances
Create an item instance
POST
/
teams
/
{teamId}
/
item-instances
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
teamId
number
requiredQuery Parameters
itemId
number
The ID of the item to filter by.
userId
number
The ID of the user to filter by.
Response
200 - application/json
The response is of type any
.