Change Updates

Do not miss any PlannrCRM API changes, ever again

Subscribe to the PlannrCRM API changelog to be up to date on recent changes.

RSS

Mar 8, 2022

main
1.0.0
Compare

API structure has changed

13 structure changes including:
13 Additions
Added 13
DELETE /api/v1/firm/{firm}/workflow/{id}
DELETE /api/v1/firm/{firm}/workflow/{workflow_id}/task/{workflowTask}
DELETE /api/v1/firm/{firm}/workflow/{workflow}/task/{workflowTask}/participants
GET /api/v1/firm/{firm}/workflow
GET /api/v1/firm/{firm}/workflow/{id}
GET /api/v1/firm/{firm}/workflow/{workflow_id}/task
GET /api/v1/firm/{firm}/workflow/{workflow_id}/task/{workflowTask}
POST /api/v1/firm/{firm}/workflow
POST /api/v1/firm/{firm}/workflow/{workflow}/run
POST /api/v1/firm/{firm}/workflow/{workflow}/task
POST /api/v1/firm/{firm}/workflow/{workflow}/task/{workflowTask}/participants
PUT /api/v1/firm/{firm}/workflow/{id}
PUT /api/v1/firm/{firm}/workflow/{workflow_id}/task/{workflowTask}