API response differ from the Documentaion
回答済みDocumentaion:
https://developer.box.com/guides/api-calls/pagination/marker-based/#collections
API URL:
https://api.box.com/2.0/users/?usemarker=true&limit=1
Response:
{
"entries": [
{
"type": "user",
"created_at": "2021-04-08T22:24:13-07:00",
"modified_at": "2021-04-11T23:26:10-07:00",
"language": "en",
"timezone": "America/Los_Angeles",
"space_amount": 10737418240,
"space_used": 0,
"max_upload_size": 2147483648,
"status": "active",
"job_title": "",
"phone": "",
"address": "",
"notification_email": []
}
],
"limit": 1,
"next_marker": "eyJ0eXBlIjoiaWQiLCJkaXIiOiJuZXh0IiwidGFpbCI6IjE1NzQ5OTQ4OTg2In0"
}
As per the documentation, next_marker should be an integer, but it is a string.
-
正式なコメント
Hi Mohankumaar!
Thanks for letting us know. We will get this updated soon.
Alex, Box Developer Advocate
コメントアクション
サインインしてコメントを残してください。
コメント
1件のコメント