GetContractAttachments (GET)

Overview

  • This will fetch you all the attachment type section present in UI if present as below.
    • Contract Languages
    • Attachments
    • Notes
  • The API takes revised contract number (UI field contract number) as a parameter.
  • API will fetch details mentioned in first point of a particular contract only, as per the given revised contract number.
  • If you want to get attachments from the latest Contract copy which is in Executed / Live/ Being Amended status, pass one additional parameter as ‘returnLatestCopyResult’ as true and in the previous param i.e. “revisedContractNumber” pass document number of contract (without revision no. for eg: CDR0012835)

 

 

URL Format: 

https://<instance>/leo-clm-v2-aggregator/api/v2/aggregator/AllAttachmentByContractNumber?revisedContractNumber=CDR0092383.0'

URL Format for latest contract copy as mentioned in overview:
https://<instance>/leo-clm-v2-aggregator/api/v2/aggregator/AllAttachmentByContractNumber?revisedContractNumber=CDR0012835&returnLatestCopyResult=true

 

Request

Only string params as shown in URL format.

Response
{
        "name": "",
        "classification": "",
        "type": "NotesAndLinks",
        "accesstoSupplier": "",
        "addedOn": "",
        "addedBy": "",
        "fileid": "",
        "status": null,
        "signedMode": null,
        "addedIn": null,
        "revisionNo": "0",
        "fileURL": ""
    },
    {
        "name": "",
        "classification": "",
        "type": "Attachments",
        "accesstoSupplier": "",
        "addedOn": "",
        "addedBy": "",
        "fileid": "",
        "status": "",
        "signedMode": "",
        "addedIn": null,
        "visibility": "",
        "fileType": "",
        "revisionNo": "",
        "fileURL": ""
    },
    {
        "name": "",
        "classification": "",
        "type": "Contract Language",
        "accesstoSupplier": true,
        "addedOn": "",
        "addedBy": "",
        "fileid": "",
        "status": "",
        "signedMode": "",
        "addedIn": {
            "id": 0,
            "name": ""
        },
        "revisionNo": "",
        "fileURL": "
    }
Data Elements

Response

Property

Required?

Data type

description

Validations/expressions

(NotesAndLinks)

 

object

 

 

(Attachments)

 

object

 

 

(ContractLanguage)

 

object

 

 

 

NotesAndLinks

Property

Required?

Data Type

Description

Validations/Expressions

name

no

 Plain text

 

 

classification

no

 Plain text

 

 

type

no

 Plain text

 

 

accesstoSupplier

no

 Plain text

 

 

addedOn

no

 Date/time

 

 

addedBy

no

 Plain text

 

 

fileid

no

 Plain text

 

 

status

no

 Plain text

 

 

signedMode

no

 plain text

 

 

addedIn

no

 null

 

 

revisionNo

no

 Plain text

 

 

fileURL

no

 Plain text

 

 

 

Attachments

Property

Required?

Data Type

Description

Validations/Expressions

name

no

 Plain text

 

 

classification

no

 Plain text

 

 

type

no

 Plain text

 

 

accesstoSupplier

no

 Plain text

 

 

addedOn

no

 date/time

 

 

addedBy

no

 Plain text

 

 

fileid

no

 Plain text

 

 

status

no

 plain text

 

 

signedMode

no

 plain text

 

 

addedIn

no

 null

 

 

visibility

no

 Plain text

 

 

fileType

no

 Plain text

 

 

revisionNo

no

 Plain text

 

 

fileURL

no

 Plain text

 

 

 

ContractLanguage

Property

Required?

Data Type

Description

Validations/Expressions

name

no

 Plain text

 

 

classification

no

 Plain text

 

 

type

no

 Plain text

 

 

accesstoSupplier

no

 Boolean

 

 

addedOn

no

 Date/time

 

 

addedBy

no

 Plain text

 

 

fileid

no

 Plain text

 

 

status

no

 Plain text

 

 

signedMode

no

 Plain text

 

 

addedIn

no

 object

 

 

revisionNo

no

 Plain text

 

 

fileURL

no

 Plain text

 

 

 

addedIn

Property

Required?

Data Type

Description

Validations/expressions

id

 no

 Integer number

 

 

name

 no

 Plain text