Skip to content
Snippets Groups Projects
Commit 05fef5a7 authored by cramakri's avatar cramakri
Browse files

Further work on documentation

SVN: 27258
parent 99b87304
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,13 @@ The communication model between the iPad and the service has been designed to tr
<td>Used to navigate. The result should at least include data for children of children to permit efficient navigation on the iPad.</td>
<td>PERM_ID, REFCON, CATEGORY, SUMMARY_HEADER, SUMMARY, CHILDREN</td>
</tr>
<tr>
<td>DETAIL</td>
<td>entities : List of {"PERM_ID" : String, REFCON : String}</td>
<td>Return detail information for the specified entities.</td>
<td>Display the entity in the detail view. This should return all information necessary to show the entity</td>
<td>PERM_ID, REFCON, SUMMARY_HEADER, SUMMARY, IDENTIFIER, IMAGE_URL, PROPERTIES</td>
</tr>
</tbody>
</table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment