curl --request GET \
--url https://api.example.com/api/Configuration/Jobs[
{
"type": "<string>",
"value": "<string>"
}
]Returns a list of Configuration Settings specific to the Jobs Module.
curl --request GET \
--url https://api.example.com/api/Configuration/Jobs[
{
"type": "<string>",
"value": "<string>"
}
]Was this page helpful?