REST API Reference (V1)

Updated on December 22, 2021
You can find your project id by going to Settings > Installation > Widget. Take a look at your snippet, you will find it there.

Basicin Project

Get a project

GET
//project/{?projectId}?evolutionsSince={?evolutionsSince}

Find a project by id

URI Parameters
projectId
stringRequired

The id of the project to find

evolutionsSince
stringOptional

Only pick evolution after the given date. Must be an ISO date (ex: 2021-10-07T17:00:00.045Z)

  • GEThttps://karabor-undercity.usejimo.com/project/
HTTP
Request
(loading)
Response
(loading)