Projekt v2 /api/v2/:principal_slug/business/projects/:id

Überblick

Klasse / Datentyp
Projekt
Response Formats
JSON
API Version
v2
Öffentlich erreichbar
false
HTTP Methode
GET
Zuletzt aktualisiert

/api/v2/:principal_slug/business/projects/:id

Parameter

Beispiel Rückgabe

{
  "data" : {
    "id"                   : "581c808556820b2f58ab75ba",
    "type"                 : "data",
    "type_translated"      : "Projekt nach Aufwand",
    "number"               : 294,
    "abbreviation"         : "VIRT_2016_294",
    "label"                : "Luftaufnahmen: Thalwil Hafen",
    "description"          : "",
    "date"                 : "2016-11-04",
    "due_date"             : null,
    "state"                : "used",
    "state_translated"     : "In Verwendung",
    "internal_description" : "",
    "predictability"       : 0,
    "completion"           : null,
    "client"               : {
      "id"                     : "581a089556820b1c5a912b76",
      "_type"                  : "Business::Partner::Client::BusinessClient",
      "name"                   : "Virtual Design Unit GmbH",
      "backend_application_id" : null,
      "foreign_id"             : null
    },
    "order"                : null
  },
  "meta" : {
    "resource_class" : "Business::Project::AtCost",
    "id"             : "581c808556820b2f58ab75ba",
    "created_at"     : "2016-11-04T13:35:17.096+01:00",
    "updated_at"     : "2016-11-04T14:48:21.624+01:00",
    "principal"      : {"id" : "53db7cb4993a7aefa50001e1","to_param" : "squibble"}
  }
}