Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

Server path: /sap-successfactors-foundation-lookups | Type: Application | PCID required: Yes

Tools

ToolDescription
sap_successfactors_foundation_lookups_get_mdfenum_valueGet entity from MDFEnumValue by key
sap_successfactors_foundation_lookups_get_mdflocalized_valueGet entity from MDFLocalizedValue by key
sap_successfactors_foundation_lookups_list_mdfenum_valueGet entities from MDFEnumValue
sap_successfactors_foundation_lookups_list_mdflocalized_valueGet entities from MDFLocalizedValue

sap_successfactors_foundation_lookups_get_mdfenum_value

Get entity from MDFEnumValue by key Parameters:
ParameterTypeRequiredDefaultDescription
keystringYeskey: key
valuestringYeskey: value
$selectstring[]NoSelect properties to be returned, see OData Select

sap_successfactors_foundation_lookups_get_mdflocalized_value

Get entity from MDFLocalizedValue by key Parameters:
ParameterTypeRequiredDefaultDescription
localestringYeskey: locale
$selectstring[]NoSelect properties to be returned, see OData Select

sap_successfactors_foundation_lookups_list_mdfenum_value

Get entities from MDFEnumValue Parameters:
ParameterTypeRequiredDefaultDescription
$topintegerNoShow only the first n items, see OData Paging - Top
$skipintegerNoSkip the first n items, see OData Paging - Skip
$searchstringNoSearch items by search phrases, see OData Searching
$filterstringNoFilter items by property values, see OData Filtering
$countbooleanNoInclude count of items, see OData Count
$orderbystring[]NoOrder items by property values, see OData Sorting
$selectstring[]NoSelect properties to be returned, see OData Select

sap_successfactors_foundation_lookups_list_mdflocalized_value

Get entities from MDFLocalizedValue Parameters:
ParameterTypeRequiredDefaultDescription
$topintegerNoShow only the first n items, see OData Paging - Top
$skipintegerNoSkip the first n items, see OData Paging - Skip
$searchstringNoSearch items by search phrases, see OData Searching
$filterstringNoFilter items by property values, see OData Filtering
$countbooleanNoInclude count of items, see OData Count
$orderbystring[]NoOrder items by property values, see OData Sorting
$selectstring[]NoSelect properties to be returned, see OData Select