EaserixDocs
DevelopersAPI referenceFormsProjects

Project detail

One project with its form count. Readable: the caller's own or one a teammate shared with the organization.

View as Markdown
GET
/v1/projects/{pid}
AuthorizationBearer <token>

In: header

Path Parameters

pid*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/projects/string"
{  "project": {    "id": "string",    "name": "string",    "color": "string",    "formCount": 0,    "visibility": "string",    "ownerId": "string",    "created": "2019-08-24T14:15:22Z",    "updated": "2019-08-24T14:15:22Z"  }}