GET api/Project/GetProjectExtended/{id}

Gets the extended version of projects. Getting one will also load the lists but when fetching multiple lists will be null.

Access

Requires authentication.

Requires SSL.

Request Information

Parameters

NameDescriptionAdditional information
id
The project id which is nullable.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ResponseDescription": "sample string 2",
  "MethodExpirationDate": "2024-05-21T07:20:52.7889032+02:00",
  "ResponseObject": {
    "ProjectTypeName": "sample string 1",
    "ClientName": "sample string 2",
    "CustomerConsigneeCode": "sample string 3",
    "ProjectOwner": "sample string 4",
    "ProjectOwnerEmail": "sample string 5",
    "ProductionSite": "sample string 6",
    "UnloadTimeFrom": "2024-05-21T07:20:52.7898997+02:00",
    "UnloadTimeTo": "2024-05-21T07:20:52.7898997+02:00",
    "LastOrderExportDate": "2024-05-21T07:20:52.7898997+02:00",
    "Specifications": [
      {
        "ModifiedAt": "2024-05-21T07:20:52.7898997+02:00",
        "OwnsLock": true,
        "TotalWeight": 1.0,
        "ProjectId": 1,
        "SpecificationName": "sample string 2",
        "LockedAt": "2024-05-21T07:20:52.7898997+02:00",
        "LockedByName": "sample string 3",
        "FirstLabelColorId": 1,
        "SecondLabelColorId": 1,
        "ObjectDescription1": "sample string 4",
        "ObjectDescription2": "sample string 5",
        "ObjectDescription3": "sample string 6",
        "ObjectDescription4": "sample string 7",
        "Id": 1,
        "Readonly": true
      },
      {
        "ModifiedAt": "2024-05-21T07:20:52.7898997+02:00",
        "OwnsLock": true,
        "TotalWeight": 1.0,
        "ProjectId": 1,
        "SpecificationName": "sample string 2",
        "LockedAt": "2024-05-21T07:20:52.7898997+02:00",
        "LockedByName": "sample string 3",
        "FirstLabelColorId": 1,
        "SecondLabelColorId": 1,
        "ObjectDescription1": "sample string 4",
        "ObjectDescription2": "sample string 5",
        "ObjectDescription3": "sample string 6",
        "ObjectDescription4": "sample string 7",
        "Id": 1,
        "Readonly": true
      },
      {
        "ModifiedAt": "2024-05-21T07:20:52.7898997+02:00",
        "OwnsLock": true,
        "TotalWeight": 1.0,
        "ProjectId": 1,
        "SpecificationName": "sample string 2",
        "LockedAt": "2024-05-21T07:20:52.7898997+02:00",
        "LockedByName": "sample string 3",
        "FirstLabelColorId": 1,
        "SecondLabelColorId": 1,
        "ObjectDescription1": "sample string 4",
        "ObjectDescription2": "sample string 5",
        "ObjectDescription3": "sample string 6",
        "ObjectDescription4": "sample string 7",
        "Id": 1,
        "Readonly": true
      }
    ],
    "ProjectParticipants": [
      {
        "FirstName": "sample string 1",
        "LastName": "sample string 2",
        "Email": "sample string 3",
        "PhoneNumber": "sample string 4",
        "MobileNumber": "sample string 5",
        "PersonTypeName": "sample string 6",
        "ProjectRoleSymbol": "sample string 7",
        "Id": 1,
        "Readonly": true
      },
      {
        "FirstName": "sample string 1",
        "LastName": "sample string 2",
        "Email": "sample string 3",
        "PhoneNumber": "sample string 4",
        "MobileNumber": "sample string 5",
        "PersonTypeName": "sample string 6",
        "ProjectRoleSymbol": "sample string 7",
        "Id": 1,
        "Readonly": true
      },
      {
        "FirstName": "sample string 1",
        "LastName": "sample string 2",
        "Email": "sample string 3",
        "PhoneNumber": "sample string 4",
        "MobileNumber": "sample string 5",
        "PersonTypeName": "sample string 6",
        "ProjectRoleSymbol": "sample string 7",
        "Id": 1,
        "Readonly": true
      }
    ],
    "CurrentUserProjectRoleString": "sample string 7",
    "ModifiedAt": "2024-05-21T07:20:52.7898997+02:00",
    "SalesRepName": "sample string 8",
    "SalesRepPhone": "sample string 9",
    "SalesRepEmail": "sample string 10",
    "CustomerProjectId": "sample string 11",
    "ProjectName": "sample string 12",
    "ExternalCode": "sample string 13",
    "ProjectTypeId": 14,
    "TransportDescription1": "sample string 15",
    "TransportDescription2": "sample string 16",
    "TransportDescription3": "sample string 17",
    "TransportDescription4": "sample string 18",
    "Id": 1,
    "Readonly": true
  }
}