{"message":"Schedule Jobs Manager API","version":"1.0.0","endpoints":{"swagger":"/swagger","health":"/health","odata":"/odata","customers":"/odata/Customers","devices":"/odata/Devices","hierarchies":"/odata/Hierarchies","jobs":"/odata/Jobs","jobItems":"/odata/JobItems","modems":"/odata/Modems","products":"/odata/Products","productMappings":"/odata/ProductMappings","productMappingGroups":"/odata/ProductMappingGroups","publicEnums":"/odata/PublicEnums","recipes":"/odata/Recipes","recipeItems":"/odata/RecipeItems","sims":"/odata/Sims","timeseriesDefs":"/odata/TimeseriesDefs","users":"/odata/Users"},"authentication":{"type":"Bearer Token","header":"Authorization","format":"Bearer {your-token}"},"odataInfo":{"queryParameters":["$filter - Filter results (e.g., $filter=name eq 'Test')","$orderby - Sort results (e.g., $orderby=id desc)","$top - Limit results (e.g., $top=10)","$skip - Skip results (e.g., $skip=20)","$count - Include count (e.g., $count=true)","$expand - Include related data","$select - Select specific fields (e.g., $select=id,name)"],"examples":["/odata/Customers?$filter=name eq 'Test'","/odata/Devices?$filter=active eq true","/odata/Jobs?$filter=interval_type eq 'daily'&$top=10","/odata/Products?$orderby=name","/odata/Sims?$filter=status eq 'active'&$top=10"]}}