Skip to main content

Get all studio recommender blocks

GET 

/studio-recommender-blocks

Get list of all studio recommender blocks

Request

Query Parameters

    paramsIO objectrequired
    optionalFields string[]

Responses

OK

Schema

  • Array [

  • 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...