slideroom.com

SlideRoom provides a RESTful API for exporting data out of your organizations SlideRoom account.

11 endpoints
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Gets the status/result of a requested export.
curl \
  /api/v2/export/{token}
Gets the custom attributes for an applicant.
curl \
  /api/v2/applicant/attributes
Gets the custom applicant attributes used by the organization.
curl \
  /api/v2/applicant/attributes/names
Endpoints (11 total)
GET
/api/v2/export/{token}
Gets the status/result of a requested export.
GET
/api/v2/applicant/attributes
Gets the custom attributes for an applicant.
GET
/api/v2/applicant/attributes/names
Gets the custom applicant attributes used by the organization.
GET
/api/v2/application/attributes/names
Gets the custom application attributes used by the organization.
GET
/api/v2/application/{applicationId}/attributes
Gets the custom attributes for an application.
POST
/api/v2/applicant/attributes
Updates the custom attributes for an applicant.
POST
/api/v2/application/request-export
Requests the generation of application export files (tabular, pdf, zip).
POST
/api/v2/application/{applicationId}/attributes
Updates the custom attributes for an application. API Import is available in โ€ฆ
POST
/api/v2/application/{applicationId}/request-export
Requests the generation of a single application export file (tabular, pdf, zip).
DELETE
/api/v2/applicant/attributes
Deletes a custom attribute for an applicant.
DELETE
/api/v2/application/{applicationId}/attributes
Deletes a custom attribute for an application.
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints11