Project

Get Project

How to obtain all project data.

GET https://mburger.cloud/api/project

curl https://mburger.cloud/api/project?locale=it&include=sections&sort=-title
-H "Accept: application/json" 
-H "X-MBurger-Token: <token>" 
-H "X-MBurger-Version: 3"

Parameters

Name

Type

Required

Description

include

string

No

Specify which relations to load and include in response.

image_format

string

No

Specify which image dimension to include in response. Values are thumb, medium, large and original. Default is medium.

Includes

Name

Description

blocks

This relation will return all blocks of the project. You can also send blocks.sections, blocks.structure or blocks.sections.elements to obtain all the data in a single API call.

beacons

This relation will load all beacons associated with the project

contracts

This relation will return all contracts uploaded to the project

Last updated