Job
Currently available jobs
OK
ID of the job
Title in url format
Job title
Image to display as the header for the job details page
Image to use on the over view page for this job
Job introductory text
Job description text
Unix timestamp of the (final) intake date
Internal Server Error
GET /v3/jobs HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"slug": "text",
"title": "text",
"headerImage": "text",
"tileImage": "text",
"introText": "text",
"text": "text",
"intakeDate": 1
}
]The Id of the jobs you are requesting
OK
ID of the job
Title in url format
Job title
Image to display as the header for the job details page
Image to use on the over view page for this job
Job introductory text
Job description text
Unix timestamp of the (final) intake date
Invalid jobId
Internal Server Error
GET /v3/jobs/{jobId} HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"slug": "text",
"title": "text",
"headerImage": "text",
"tileImage": "text",
"introText": "text",
"text": "text",
"intakeDate": 1
}
]The Id of the jobs you are soliciting for
OK
No content
Invalid jobId
Internal Server Error
POST /v3/jobs/{jobId}/solicit HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
No content
The Id of the jobs you are soliciting for
The Id of the solicitation you are uploading files for
OK
No content
Bad Request
Invalid credentials
Invalid jobId or solicitId
Request Entity Too Large
Internal Server Error
POST /v3/jobs/{jobId}/solicit/{solicitId}/files HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
No content
OK
The ip address for which you wish to fetch the data
The ip address for which you wish to fetch the data
The xForwardFor for which you wish to fetch the data
The xForwardHost for which you wish to fetch the data
The user agent for which you wish to fetch the data
Invalid credentials
Internal Server Error
GET /v3/user/getUserRemoteInfo HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
{
"ipAddressFromServerVariable": "text",
"ipAddressFromRequest": "text",
"xForwardFor": "text",
"xForwardHost": "text",
"userAgent": "text"
}Last updated
Was this helpful?