SupportDeveloper ForumLogin
  • Overview
    • Introduction
    • Getting Started
    • Authentication
    • Error Handling
    • Pagination
    • Filtering
    • Ordering
    • Rate Limits
    • Permissions
    • Webhooks
    • MCP Server
    • Versioning
    • Changelog
    • Support
  • API v1 Reference
    • Projects Overview
    • Tasks Overview
    • Time Tracking Overview
    • Documents Overview
    • Search Overview
    • Companies Overview
    • Users Overview
    • Files & Images Overview
    • Custom Fields Overview
    • Workload & Planning Overview
    • Project Templates Overview
    • Login & Access Overview
    • API Management Overview
LogoLogo
SupportDeveloper ForumLogin
API v1 ReferenceImages

Returns the image of the projecttemplate with the specified id.

GET
https://api.awork.com/api/v1/files/images/projecttemplates/:projecttemplateId
GET
/api/v1/files/images/projecttemplates/:projecttemplateId
1curl https://api.awork.com/api/v1/files/images/projecttemplates/projecttemplateId \
2 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1"string"
Returns the image of the projecttemplate with the specified id.
Was this page helpful?
Previous

Deletes the profile image of the projecttemplate with the specified id.

Next
Built with
Deletes the profile image of the projecttemplate with the specified id.
Returns the image of the projecttemplate with the specified id.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projecttemplateIdstringRequiredformat: "uuid"
The id of the projecttemplate the file is linked to.

Query parameters

widthdoubleOptional
Set width to resize.
heightdoubleOptional
Set height to resize.
cropbooleanOptional
Whether to crop the image when resizing it.

Response

OK
Set width to resize.
Set height to resize.
Whether to crop the image when resizing it.
OK