Minimal representation of a project that contains only id, displayName and projectNumber.
TableSchemadisplayName
String
The display name for the project.
projectNumber
String
The unique number or code for the project. This is the value that uniquely identifies the project within your organization.
Full representation of a project.
TableSchemadisplayName
String
The display name for the project.
projectNumber
String
The unique number or code for the project. This is the value that uniquely identifies the project within your organization.
registrationDateTime
String
The date that the project was created.
registeredBy
String
The Id of the user the created the project.
geographicLocation
String
The address or text description of the location of the project.
latitude
String
The latitude in degrees from -90 to 90.
longitude
String
The latitude in degrees from -180 to 180.
timeZone
String
The timezone that is being used on the project.
dataCenterLocation
String
The data center where the project data will be stored.
billingCountry
String
The ISO-3166 country code representing the billing country for this project.
status
One of active, inactive or trial.
allowExternalTeamMembers
Boolean
If false, then only users from the organization that owns the project can be given access to the project. If true, then users from external organizations can be given access to the project.
_links
Contains hyperlinks to project data stored in iTwin services.
A list of projects in the minimal representation format.
TableSchemaprojects
A list of projects in the minimal representation format.
A list of projects in the full representation format.
TableSchemaprojects
A list of projects in the full representation format.
Hyperlinks to related data for this project.
TableSchemastorage
Link to retrieve a list of storage data belonging to the project.
forms
Link to retrieve a list of forms belonging to the project.
issues
Link to retrieve a list of issues belonging to the project.
imodels
Link to retrieve a list of iModels belonging to the project.
One of 'active', 'inactive', 'trial'
Contains error information and an optional array of more specific errors.
TableSchemacode
String
One of a server-defined set of error codes.
message
String
A human-readable representation of the error.
details
Optional array of more specific errors.
Contains error information.
TableSchemacode
String
One of a server-defined set of error codes.
message
String
A human-readable representation of the error.
Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.