Skip to main content

AttributeValueResponse

No description

type AttributeValueResponse {
items: [AttributeValue!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

AttributeValueResponse.items ● [AttributeValue!]! non-null object

List of items of type AttributeValue

AttributeValueResponse.itemsFound ● Int! non-null scalar

Total number of items found

AttributeValueResponse.offset ● Int! non-null scalar

The amount of items to show per page

AttributeValueResponse.page ● Int! non-null scalar

The current page

AttributeValueResponse.pages ● Int! non-null scalar

Total amount of pages

AttributeValueResponse.start ● Int! non-null scalar

Start position of the current page

AttributeValueResponse.end ● Int! non-null scalar

End position of the current page

Returned By

contactAttributeValues query ● customerAttributeValues query ● productAttributeValues query ● userAttributeValues query

Member Of

Category object ● Cluster object ● Contact object ● Customer object ● Product object ● User object