GET ALL PROJECT ASSETS

Retrieve all assets associated with a project.

POST {main_url}/projects/{projectID}/assets

Query Parameters

Name
Type
Description

paginate*

boolean

Specifies if records should be paginated or not

number_of_records

Number

Number of records to be retrieved

page_number

Number

Page number

Headers

Name
Type
Description

taas-api-key*

String

Generated API key from TAAS dashboard

content-type*

String

accept

String

[ 
  name: string;
  tokenAddress: string;
  tokenPrice: number;
  tokenTicker: string;
  description: string;
  media: 
  [{
    type: string;
    fileURI: string;
  }];
  documents: [{
    fileType : string,
    fileSize: string
 }]
]

Last updated