コンテンツにスキップ
JP

Returns a CSV that has a list of items as features.

GET
/{workspaceIdOrAlias}/projects/{projectIdOrAlias}/models/{modelIdOrKey}/items.csv

Returns a CSV that has a list of items as features.

workspaceIdOrAlias
required
string

ID or alias of the workspace

projectIdOrAlias
required
string

ID or alias of the project

modelIdOrKey
required
string

ID or key of the model in the project

page
integer
default: 1 >= 1

Used to select the page

perPage
integer
default: 50 >= 1 <= 100

Used to select the page

ref
string
default: latest
Allowed values: latest public

Used to select a ref or ver

A string in CSV format

string format: binary

Invalid request parameter value

Access token is missing or invalid

Not found

Internal server error