Drupal services
http://localhost:81/drupal30/article/node/1.xml
http://localhost:81/drupal30/article/node/1.json
article => end point
node => resource
1=> argument
.xml => response format
.json => response format
example response:
http://localhost:81/drupal30/article/node/1.json
article => end point
node => resource
1=> argument
.xml => response format
.json => response format
example response:
{"vid":"1","uid":"1","title":"Test article","log":"","status":"1","comment":"2","promote":"1","sticky":"0","nid":"1","type":"article","language":"und","created":"1406884421","changed":"1406898936","tnid":"0","translate":"0","revision_timestamp":"1406898936","revision_uid":"1","body":{"und":[{"value":"Test article","summary":"","format":"filtered_html","safe_value":"<p>Test article</p>\n","safe_summary":""}]},"field_tags":{"und":[{"tid":"1"}]},"field_image":[],"rdf_mapping":{"field_image":{"predicates":["og:image","rdfs:seeAlso"],"type":"rel"},"field_tags":{"predicates":["dc:subject"],"type":"rel"},"rdftype":["sioc:Item","foaf:Document"],"title":{"predicates":["dc:title"]},"created":{"predicates":["dc:date","dc:created"],"datatype":"xsd:dateTime","callback":"date_iso8601"},"changed":{"predicates":["dc:modified"],"datatype":"xsd:dateTime","callback":"date_iso8601"},"body":{"predicates":["content:encoded"]},"uid":{"predicates":["sioc:has_creator"],"type":"rel"},"name":{"predicates":["foaf:name"]},"comment_count":{"predicates":["sioc:num_replies"],"datatype":"xsd:integer"},"last_activity":{"predicates":["sioc:last_activity_date"],"datatype":"xsd:dateTime","callback":"date_iso8601"}},"cid":"0","last_comment_timestamp":"1406884421","last_comment_name":null,"last_comment_uid":"1","comment_count":"0","name":"admin","picture":"0","data":"b:0;","path":"http://localhost:81/drupal30/node/1"}
Comments
Post a Comment