Retrieves complete configuration and settings for a specific project including general settings, payment processor configuration, and security settings.
id (guid, required) — Unique identifier of the project to retrieve.model (CompanyProjectEntryQueryRequest, optional) — Options for controlling detail level.CompanyProjectEntryQueryResponse containing the complete project details.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the project to retrieve.
The identifier of the project to retrieve.
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Represents the response returned when retrieving a specific project entry.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
The project entry that matches the supplied identifier.
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"dateCreated": "2025-10-30T10:30:00Z",
"isActive": true,
"dateModified": "2025-10-30T15:45:00Z"
}