Sha256: 178f838ab35a4a42f295c37b99e5f8148e08bc765ee6f6f6919202645b5e9ee1
Contents?: true
Size: 1.33 KB
Versions: 19
Compression:
Stored size: 1.33 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <chat-sessions type="array"> <chat-session> <billable-id type="integer"></billable-id> <care-provider-id type="integer"></care-provider-id> <comment>Test</comment> <created-at type="datetime"></created-at> <duration type="integer"></duration> <ends-at type="datetime"></ends-at> <external-id>1</external-id> <external-person-id></external-person-id> <id type="integer"></id> <person-id type="integer"></person-id> <person-name></person-name> <starts-at type="datetime"></starts-at> <subject-id type="integer"></subject-id> <updated-at type="datetime"></updated-at> <event-id>1</event-id> </chat-session> <chat-session> <billable-id type="integer"></billable-id> <care-provider-id type="integer"></care-provider-id> <comment>Test</comment> <created-at type="datetime"></created-at> <duration type="integer"></duration> <ends-at type="datetime"></ends-at> <external-id>2</external-id> <external-person-id></external-person-id> <id type="integer"></id> <person-id type="integer"></person-id> <person-name></person-name> <starts-at type="datetime"></starts-at> <subject-id type="integer"></subject-id> <updated-at type="datetime"></updated-at> <event-id>1</event-id> </chat-session> </chat-sessions>
Version data entries
19 entries across 19 versions & 1 rubygems