1 Owner Projects Request
get
/api/v2/owner/projects
This API provides a listing of all the projects the user is the owner of. The API will provide common project information, for all the projects that are returned back through the response.
Request
Header Parameters
-
Authentification(required): string
The protocol for the API requires a valid username and password for TPM.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Audit data included in response payload.
Root Schema : schema
Type:
Show Source
object
-
actualStart: string
Example:
2022-02-02T00:00:00Z
-
address1: string
Address 1Example:
123 Main Street
-
address2: string
Address 2Example:
-
city: string
Owner cityExample:
Middletown
-
contractorProjectManagerFirstName: string
Example:
-
contractorProjectManagerLastName: string
Example:
-
countryCode: string
Owner country codeExample:
US
-
county: string
Country countyExample:
-
estimatedCompletion: string
Estimate completion date of the projectExample:
2012-03-02T00:00:00Z
-
estimatedStart: string
Start date of the projectExample:
2022-02-02T00:00:00Z
-
gcname: string
Example:
PA Legba Construction
-
id: string
Example:
3022
-
org: string
Organization endpointExample:
/api/v1/organization/294
-
project: string
Project endpointExample:
/api/v1/project/3022
-
projectName: string
Project nameExample:
Mukti-Vinod test
-
state: string
Owner stateExample:
IL
-
zipCode: string
Owner zip codeExample:
60629
Examples
Default Response
Links to working URLs
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v2/owner/projects
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v2/owner/projects