Skip to main content
GET
/
v1rc1
/
items
/
{assetKey}
/
history-missions
/
representative
curl --request GET \
  --url 'https://openapi.msu.io/v1rc1/items/{assetKey}/history-missions/representative' \
  --header 'Content-Type: application/json' \
  --header 'x-nxopen-api-key: YOUR_API_KEY'
{
  "success": true,
  "data": {
    "historyMissions": [],
    "nextCursor": "string",
    "hasMore": false
  }
}

Path parameters

assetKey
string
required
The item asset key

Query parameters

cursor
string
Pagination cursor for next page

Response

success
boolean
Indicates if the request was successful
data
object
curl --request GET \
  --url 'https://openapi.msu.io/v1rc1/items/{assetKey}/history-missions/representative' \
  --header 'Content-Type: application/json' \
  --header 'x-nxopen-api-key: YOUR_API_KEY'
{
  "success": true,
  "data": {
    "historyMissions": [],
    "nextCursor": "string",
    "hasMore": false
  }
}

Notes

  • Pagination is supported, with 20 items per page