GET api2/product_sharing_products/{id}.json

ProjectSharing by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

ProjectSharing ID

string

Required

Body Parameters

None.

Response Information

Resource Description

ProjectSharing

api_root
NameDescriptionTypeAdditional information
entry

ProjectSharing

None.

Response Format

{
  "entry": {
    "logo_url": "https://admin-static.flickrocket.com/GetImage/MarketplaceLogo/MQ%3d%3d",
    "sharing_typ": 0,
    "products": 1,
    "id": 1,
    "creation_date": "2024-10-23T04:26:02.5134716+02:00",
    "name": "sample string 2",
    "auto_up_date": true,
    "valid": true,
    "company_id": 1,
    "content_marketplace": true,
    "cost_to_licensees_percent": 64,
    "checked": true,
    "logo": 1
  }
}