Features - Connectors Framework - Inbound REST API - Projects
Add Image to Project
Overview
Adding image to project by supplying base64 content (an image, text, doc etc.).
URL Format
https://{domain}/api/rest/{clientId}/{versionNumber}/project/{projectId}/Image/add.html?token=XXXXXXXX&userId={userId}
Arguments
clientId
required
MobiWork assigned unique ID of the company
versionNumber
required
Version number of MobiWork API SDK release. Current version is: 10.0.78
token
required
Part of URL as a request parameter and is required in every call to verify access to API calls
projectId
required
Specified in the URL, the identifier of the project to be updated
userId
optional
If provided, this User ID will be taken as a logged in user. If not provided we use an active global administrator ID
Return
Returns a document added success message if valid arguments are provided. Returns an error if an invalid request was provided.
Request Body XSD
Response Body XSD
Curl Example
HTTP Method: POST
Request:
Response: