Reference for https://interdev.dot.state.fl.us/fel4_u/StaffService.svc/staff/{STAFFID}/

Returns an IStaffMember by id.

Url: https://interdev.dot.state.fl.us/fel4_u/StaffService.svc/staff/{STAFFID}/

HTTP Method: GET

This operation supports JSONP responses. The callback function can be specified using the "callback" Url query parameter.

Message direction Format Body
Request N/A The Request body is empty.
Response Xml Example
Response Json Example

The following is an example response Xml body:

<anyType xmlns:d1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:type="d1:ArrayOfanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
  <!--Valid elements of type: ArrayOfanyType, ArrayOfint, ArrayOfStaffTypeEnum, ArrayOfstring, DateOnly, OrgCode, OrgCodeId, schema, StaffDelegate, StaffMember, StaffSearchCriteria, StaffTypeCode-->
  <d1:anyType i:type="ArrayOfanyType">
    <!--Valid elements of type: ArrayOfanyType, ArrayOfint, ArrayOfStaffTypeEnum, ArrayOfstring, DateOnly, OrgCode, OrgCodeId, schema, StaffDelegate, StaffMember, StaffSearchCriteria, StaffTypeCode-->
    <d1:anyType i:type="ArrayOfanyType">
      <d1:anyType i:nil="true" />
      <d1:anyType i:nil="true" />
    </d1:anyType>
    <!--Valid elements of type: ArrayOfanyType, ArrayOfint, ArrayOfStaffTypeEnum, ArrayOfstring, DateOnly, OrgCode, OrgCodeId, schema, StaffDelegate, StaffMember, StaffSearchCriteria, StaffTypeCode-->
    <d1:anyType i:type="ArrayOfanyType">
      <d1:anyType i:nil="true" />
      <d1:anyType i:nil="true" />
    </d1:anyType>
  </d1:anyType>
  <!--Valid elements of type: ArrayOfanyType, ArrayOfint, ArrayOfStaffTypeEnum, ArrayOfstring, DateOnly, OrgCode, OrgCodeId, schema, StaffDelegate, StaffMember, StaffSearchCriteria, StaffTypeCode-->
  <d1:anyType i:type="ArrayOfanyType">
    <!--Valid elements of type: ArrayOfanyType, ArrayOfint, ArrayOfStaffTypeEnum, ArrayOfstring, DateOnly, OrgCode, OrgCodeId, schema, StaffDelegate, StaffMember, StaffSearchCriteria, StaffTypeCode-->
    <d1:anyType i:type="ArrayOfanyType">
      <d1:anyType i:nil="true" />
      <d1:anyType i:nil="true" />
    </d1:anyType>
    <!--Valid elements of type: ArrayOfanyType, ArrayOfint, ArrayOfStaffTypeEnum, ArrayOfstring, DateOnly, OrgCode, OrgCodeId, schema, StaffDelegate, StaffMember, StaffSearchCriteria, StaffTypeCode-->
    <d1:anyType i:type="ArrayOfanyType">
      <d1:anyType i:nil="true" />
      <d1:anyType i:nil="true" />
    </d1:anyType>
  </d1:anyType>
</anyType>

The following is an example response Json body:

{
	"anyType":{
		"anyType":{
			"anyType":null
		}
	}
}