Get seed data

Returns seed data content as CSV.

Path Params
integer
required

Uniquely identifies seed data.

Headers
string

If set to gzip, the response is compressed.

string

Set of rows to return, using the format rows={start}+{count}. Row numbers are 0-based. Examples: rows=10+5 returns the 11th-15th rows, while rows=20+0 returns the 21st row and everything after it.

string
required

All calls to this API require that you pass in the token you get from the Generate a token operation as an X-Auth-Token request header. See Get started for help to initially call the API.

string

Optional, for use with the X-Auth-Token authorization header. The name of the tenant to connect to. Must be a tenant the user account has access to.

string

Decryption key required for encrypted Seed Data objects.

Responses
200

Success. Response contains seed data content.

400

Bad request. The URL or JSON request object is invalid.

401

Bad request. The URL or JSON request object is invalid.

404

Not found. The requested object doesn't exist.

500

Not found. The requested object doesn't exist.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!