GET /v1/staffs
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
$ curl -X GET https://api.annict.com/v1/staffs?access_token=(access_token)&filter_ids=35319{
"staffs": [
{
"id": 35319,
"name": "京都アニメーション",
"name_en": "",
"role_text": "アニメーション制作",
"role_other": "",
"role_other_en": "",
"sort_number": 200,
"work": {
"id": 4308,
"title": "響け!ユーフォニアム",
...
},
"organization": {
"id": 74,
"name": "京都アニメーション",
...
}
}
],
"total_count": 1,
"next_page": null,
"prev_page": null
}