Lookups REST Endpoints
            BML Util Library/Lookups
        
        
    BML Util Library Lookup endpoints retrieves BML lookup types, lookup values, and attributes.
- Get a BML Attribute Lookup
- Method: getPath:/rest/v19/bml/attributeLookups/{lookupType}
- Get a BML Lookup
- Method: getPath:/rest/v19/bml/lookups/{lookupType}
- Get All BML Attribute Lookup Values
- Method: getPath:/rest/v19/bml/attributeLookups/{lookupType}/lookupValues
- Get All BML Attribute Lookups
- Method: getPath:/rest/v19/bml/attributeLookups
- Get All BML Lookup Values
- Method: getPath:/rest/v19/bml/lookups/{lookupType}/lookupValues
- Get All BML Lookups
- Method: getPath:/rest/v19/bml/lookups