API
Documentation and guides for the developers.
Reference
Guides
42 Api 2.0
Attachments
Attachments
All data which can be linked, like
videos
,
pdfs
, or
links
.
GET /v2/project_sessions/:project_session_id/attachments
Return all the attachments of the given Project session
GET /v2/projects/:project_id/attachments
Return all the attachments of the given Project
GET /v2/attachments
Return all the attachments
See more
GET /v2/project_sessions/:project_session_id/attachments/:id
Get an attachment of the given Id, associated with the given Project session
GET /v2/attachments/:id
Get an attachment
See more
vpn_key
POST /v2/projects/:project_id/attachments
Create an attachment for the given Project
See more
vpn_key
PATCH /v2/attachments/:id
Update an attachment
PUT /v2/attachments/:id
Update an attachment
See more
vpn_key
DELETE /v2/attachments/:id
Destroy an attachment
See more
↑ Scroll to top
#index
#show
#create
#update
#destroy
Feedback