Product Family Version

Interface

It allows you:

  • to get the Product Family Version list to use with API 'Products'.

  • create new product families versions

Columns that can be used as filters:

  • Organization

  • Name

  • Active

  • Product Family

Actions can be done:

  • list

API Methods:

List:

URL: https://api.socratecloud.com/webapi/rest/product/family/version/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}

Method: GET

Available filter parameters:

  • Organization

  • Name

  • Active

  • Product Family

Return: JSON object with next format:

{

"data": [

{

"Organization": "Demo SRL",

"Created": "2014-02-18 14:46:42",

"CreatedBy": "SuperUser",

"Updated": "2014-05-14 12:08:40",

"UpdatedBy": "SuperUser",

"Active": true,

"Name": "Some Family Version",

}

],

"totalRows": 1

}