- Overview
- Account Settings
- Assets
- Connectors Framework
- Customer Portal
- Customers
- Dashboards
- Devices
- Dispatching
- Forms
- Inventory
- Invoices & Billing
- Locations
- Payments
- Parts
- Projects
- Quotes
- Recurrent Routes
- Recurrent Services
- Reports
- Sales Orders
- Schedule
- Services
- Tasks
- Text Messaging
- Time Tracking
- Users
- Work Orders
Overview
Retrieve a Project's information of the client using externalID of the project
Retrieve a Project's information of the client using externalID of the project
URL Format
https://{domain}/api/rest/{clientId}/{versionNumber}/project/view.html?token=XXXXXXXX&userId={userId}&externalId={externalId}
https://{domain}/api/rest/{clientId}/{versionNumber}/project/view.html?token=XXXXXXXX&userId={userId}&externalId={externalId}
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 |
externalId required |
Specified in URL as a parameter, is the ExternalID of the project to be retrieved |
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 Project Object if valid arguments are provided. Returns an error if it was not a valid request
Returns a Project Object if valid arguments are provided. Returns an error if it was not a valid request
Request Body XSD
None
None
Response Body XSD
Curl Example
HTTP Method: | GET |
Request: | curl -k -X GET "https://www.mobiwork.com/api/rest/12014/10.0.78/project/2200/view.html?token=COJL8X2FKSLMMRTYCH2B&externalId=externalid123" |
Response: |