Skip to main content

Get one recommender block

GET 

/studio-recommender-blocks/:studioRecommenderBlockId

Get one studio recommender block with the given id

Request

Path Parameters

    studioRecommenderBlockId int64required

Query Parameters

    optionalFields string[]

Responses

OK

Schema

    code string

    Studio recommender block code that is associated with this recommender block

    createdById int64

    Account id to whom created this recommender block

    dateCreated date-time

    Date and time a record is created

    dateModified date-time

    Date and time a record is modified

    id int64

    The unique identifier of the given studio recommender block

    name string

    Studio recommender block name that is associated with this recommender block

    recommenderBlockId int64

    Recommender block id that is associated with this recommender block

    recommenderLimit int32

    Studio recommender block limit that is associated with this recommender block

    siteId int64required

    The website id that an studio recommender block belongs to

    studioCss string

    Studio recommender block Css that is associated with this recommender block

    studioTemplate string

    Studio recommender block data that is associated with this recommender block

Loading...