Skip to main content

Find the newest code component by id

GET 

/v2/codecomponents/:id

Find the newest code component by id

Request

Path Parameters

    id stringrequired

    Code component Id

Responses

The code component corresponding to the ID

Schema

  • Array [

  • id stringrequired

    Possible values: non-empty

    uniqueId stringnullable
    companyId stringnullable
    name stringrequired

    Possible values: non-empty, Value must match regular expression [A-Za-z0-9\ \-]+

    description stringnullable
    version stringrequired

    Possible values: non-empty

    sasUri stringnullable
    deprecated boolean
    type stringrequired

    Possible values: non-empty

    componentOriginalFilename stringnullable
    uploadedBy stringnullable
    lastUpdated date-timenullable
    versionConverted int32
  • ]

Loading...