Operations at https://interdev.dot.state.fl.us/fel4_u/DotCodeService.svc
This page describes the service operations at this endpoint.
Uri | Method | Description |
---|---|---|
/dotcodes/ | POST | Returns a dictionary of IDotCode for the specified code types, sorted by description ascending. |
/dotcodes/{columnName}/ | GET | Returns a list of IDotCode for the specified code type, sorted by description ascending. |
/dotcodes/{columnName}/{codeValue}/ | GET | Returns the IDotCode for the specified code type and value. |
/dotcodes/{columnName}/{codeValue}/related/{relatedColumnName}/ | GET | Returns a single IDotCode related to the specified code type and value. |
/dotcodes/{columnName}/{codeValue}/related/{relatedColumnName}/ordered/ | GET | Returns a list of IDotCode related to the specified code type and value, sorted by description ascending. |
/dotcodes/{columnName}/{codeValue}/related/{relatedColumnName}/ordered/{sortOrder}/ | GET | Returns a list of IDotCode related to the specified code type and value. |
/dotcodes/{columnName}/ordered/{sortOrder}/ | GET | Returns a list of IDotCode for the specified code type. Sort order values: [ByCodeValue|ByCodeDescription |
/dotcodes/metadata/{columnName}/ | GET | Returns metadata for the specified code type. |
/dotcodes/ordered/{sortOrder}/ | POST | Returns a dictionary of IDotCode for the specified code types. Sort order values: [ByCodeValue|ByCodeDescription |
GetCodes | GET | Returns a list of IDotCode for the specified code type. Sort order values: [ByCodeValue|ByCodeDescription |
GetRelatedCodes | GET | Returns a list of IDotCode related to the specified code type and value. |