List Attribute Fields' Metadata

post/metadata.fetch/{TypeCode}

Retrieves metadata of attribute fields.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
TypeCode
required
string

Enter the type code of the entity you want to retrieve information for. See the list of Type Codes in the Pricefx Knowledge Base article.

Possible values: "ACTT" "AI" "AP" "APIK" "BD" "BPT" "BR" "C" "CA" "CAM" "CDESC" "CF" "CFS" "CFT" "CH" "CL" "CLLI" "CLLIAM" "CLR" "CLT" … 182 more
Example: P
query Parameters
name
string

The name of the PX or CX category.

lookupTableId
string

The ID of the Company Parameters table when retrieving MLTV (MatrixLookupTableValue).

Responses
200

OK

Response Schema: application/json
object
node
string non-empty
csrfToken
string non-empty
Array of objects non-empty unique
Array (non-empty)
Array of objects non-empty unique
object
attributeMetaSignificantFields
Array of objects
attributeMetaTypeCode
string non-empty
status
number
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "csrfToken": "string",
    • "data": [
      • {
        • "attributeMetas": [
          ],
        • "jsonSchema": {
          },
        • "attributeMetaSignificantFields": [
          ],
        • "attributeMetaTypeCode": "string"
        }
      ],
    • "status": 0
    }
}